aboutsummaryrefslogtreecommitdiff
path: root/k8s/charts
AgeCommit message (Collapse)AuthorFilesLines
2024-01-29Fix/bad mount path better default value (#5253)spastorclovr2-16/+26
2024-01-24Enable multiple disks per volume server. Also streamline the use of /logs & ↵spastorclovr3-70/+88
/idx (#5236) * Enable multiple disks per volume server. Also streamline the use of /logs and /idx * missing file * add loop around volume mounts for initContainers * remove uneeded name for idx
2024-01-16Fix(k8s-chart-helm): `helm upgrade` statefulset error (#5207)Sébastien3-3/+0
2024-01-153.623.62chrislu1-2/+2
2024-01-083.613.61chrislu1-2/+2
2024-01-013.603.60chrislu1-2/+2
2023-12-28fix: k8s-chart-helm master metrics scraping (#5142)Sébastien2-3/+4
2023-12-20#5122 Add support for sidecar containers (#5125)Davidsod6-4/+79
2023-12-14Fix: helm: remove deprecated values that caused helm template error for post ↵JesseBot2-9/+5
install hook (#5108) * Update post-install-bucket-hook.yaml - remove deprecated volume checks * Update Chart.yaml - update chart version to 3.60.0
2023-12-05Always include volumes in statefulsetsBálint József Jánvári3-51/+0
2023-11-26fix defaults for serviceAccountName for each statefulset to follow exact ↵jessebot3-3/+3
from helm docs helm docs: https://helm.sh/docs/chart_template_guide/functions_and_pipelines/#using-the-default-function
2023-11-26fix when we create serviceAccount value for master and volume statefulsets ↵jessebot2-2/+2
to be when global.createClusterRole is set to true
2023-11-26fix duplicate service account name for filerjessebot1-3/+0
2023-11-26prefer global.serviceAccountName when available for all statefulsetsjessebot3-3/+3
2023-11-26User global.serviceAccountName to populate ServiceAccount, ClusterRole, and ↵jessebot3-6/+8
ClusterRoleBinding
2023-11-24existingConfigSecretshould now be consistently treated as a string in the ↵Max Roby1-1/+1
post-install-hook
2023-11-24revert debug changes i missedMax Roby1-2/+2
2023-11-24remove trailing spacesMax Roby1-6/+5
2023-11-24add a true flag to job commandMax Roby1-2/+3
2023-11-24add the secrets volumemountMax Roby1-0/+6
2023-11-24add a sercret volume mountMax Roby1-0/+11
2023-11-24bump chart version after rebaseMax Roby1-1/+1
2023-11-24remove user job since bucket job can now create public buckets, update ↵Max Roby2-99/+3
values.yaml
2023-11-24add missing read actionMax Roby1-1/+3
2023-11-24trying to get anonymous access for buckets workingMax Roby2-6/+15
2023-11-24fix issue with underscores versus dashes in secret name causing variable ↵Max Roby2-6/+4
expansion failure
2023-11-24fix uneeded quote usageMax Roby1-4/+4
2023-11-24templates/post-install-user-hook.yamlMax Roby1-3/+7
2023-11-24update hook weight order and give descriptive names to jobsMax Roby2-3/+3
2023-11-24add a $ to env vars so they expand in shellMax Roby1-2/+2
2023-11-24only template the bucket job if buckets are definedMax Roby1-0/+2
2023-11-24create a hook for setting up usersMax Roby1-0/+90
2023-11-24update refs form beta.kubernetes to kubernetesMax Roby1-4/+4
2023-11-24fix loop logic in bucket hook and fix bucket name sin values fileMax Roby2-4/+4
2023-11-24fix service name generation in post-install hookMax Roby1-2/+2
2023-11-24add a post-install hook for creating bucketsMax Roby2-0/+81
2023-11-21added default tls secret value for master ingressfibbanachi1-0/+1
2023-11-21support tls in master-ingressfibbanachi1-0/+2
2023-11-21fix yamllint errorsjessebot2-3/+3
2023-11-21fix chart bump to be only one minor patch version from the current chart versionjessebot1-1/+1
2023-11-21specify the filer.s3.existingConfigSecret for the filer statefulsetjessebot1-3/+3
clean up volumeMounts so name is first in the object list item
2023-11-21rename seaweedfs-s3-secret.yaml to s3-secret.yaml to match other s3 filesjessebot1-1/+1
also make sure we check filer.s3.existingConfigSecret
2023-11-21adding ability to use an existing Secret for s3jessebot6-8/+95
2023-11-20remove trailing spacesMax Roby1-3/+3
2023-11-20fix issue where filer PVC created even if using existingClaimMax Roby1-3/+3
2023-11-20add ability to pass annotations to the volumeClaimtemplate, enables k8up usageMax Roby4-14/+49
2023-11-20fix incorrect name of volumesMax Roby1-2/+2
2023-11-20add option for existingClaim usage to master-statefulset, fix naming in ↵Max Roby3-3/+23
volume-statefulset
2023-11-20enable existing claim on filerMax Roby1-0/+10
2023-11-20add support for using an existing claim for volume serverMax Roby2-0/+32