aboutsummaryrefslogtreecommitdiff
path: root/k8s
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16[cosi] Update sidecar (#6993)Andrei Kvapil1-1/+1
2025-07-14Remove Cozystack specifics (#6978)Andrei Kvapil2-6/+0
2025-07-14Introduce named volumes in Helm chart (#6972)Andrei Kvapil12-265/+325
2025-07-133.943.94chrislu1-2/+2
2025-07-11Fix drift for security config (#6967)Andrei Kvapil1-4/+6
2025-07-063.93chrislu1-2/+2
2025-06-26reference seaweedfs.comchrislu1-0/+5
2025-06-223.923.92chrislu1-1/+1
2025-06-20chore: keep master statefulSet chart up-to-date (#6903)Yixing Cheng3-5/+27
This patch adds some missing master options to the helm chart of master statefulSet.
2025-06-20Helm Charts: add ip bind for filer (#6902)Chris Lu2-1/+3
add ip bind for filer fix https://github.com/seaweedfs/seaweedfs/issues/6900
2025-06-19adding metricsIp in Helm chart (#6897)Chris Lu4-3/+45
2025-06-153.913.91chrislu1-2/+2
2025-06-083.903.90chrislu1-2/+2
2025-06-023.89Chris Lu1-2/+2
2025-05-263.883.88chrislu1-1/+1
2025-05-26Fix sftp performances and add seaweedfs all-in-one deployment (#6792)Mohamed Sekour17-40/+773
* improve perfs & fix rclone & refactoring Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * improve perfs on download + add seaweedfs all-in-one deployment Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * use helper for topologySpreadConstraints and fix create home dir of sftp users Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * add missing ctx param Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com>
2025-05-16Helm chart - volume statefulset - volumeClaimTemplates - add apiVersion ↵Piotr Sawicki1-3/+9
and kind for better compatibility with argocd (#6793)
2025-05-05fix: remove blocking match label (#6760)Manuel Leonhardt1-1/+0
matchLabels are immutable. Thus, matching against the version, which changes with every release, blocks Helm upgrades. To resolve this, the label is removed. See [1] where this was similarly done. [1] https://github.com/seaweedfs/seaweedfs/pull/6090
2025-05-05Add SFTP Server Support (#6753)Mohamed Sekour8-8/+511
* Add SFTP Server Support Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * fix s3 tests and helm lint Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> * increase helm chart version * adjust version --------- Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2025-05-043.873.87chrislu1-2/+2
2025-03-17feature/add-cosi-resources (#6638)klinch03-2/+17
2025-03-13Fix typos and YAML syntax issues (#6628)Manuel Leonhardt4-6/+6
* chore: remove trailing colon Fixes a typo that might confuse users who simply uncomment or copy the example, leading them to encounter invalid YAML. * fix: using seaweedfs-s3-secret as default secret for COSI deployment The default secret name containing the seaweedfs_s3_config secret key is called "seaweedfs-s3-secret" throughout the configuration. This fix ensures the COSI driver deployment uses the same consistent name. * chore!: fix typo BREAKING CHANGE: Changes name of key in helm-values.
2025-03-03Revert "Removed unused certificate mounts from helm chart" (#6597)Chris Lu4-5/+40
Revert "Removed unused certificate mounts from helm chart (#6581)" This reverts commit 65b0a7cf83e78b2c24ca56377f8aac78d0fd3496.
2025-02-26Removed unused certificate mounts from helm chart (#6581)Warren Hodgkinson4-40/+5
2025-02-173.853.85chrislu1-2/+2
2025-02-13Helm: Support map format for image pull secrets (#6546)Gregor Tudan1-5/+8
Support map format for image pull secrets
2025-02-12fix helm: s3 allowEmptyFolder flag if (#6204) (#6206)jiawei wei2-2/+2
2025-02-033.84chrislu1-2/+2
2025-02-013.833.83chrislu1-2/+2
2025-01-23Update README.md - space for label creation (#6471)Marc MAURICE1-1/+1
2025-01-203.823.82chrislu1-2/+2
2025-01-16Add bucket's traffic metrics (#6444)Hadi Zamani1-17/+107
* Add bucket's traffic metrics * Add bucket traffic to dashboards * Fix bucket metrics help messages * Fix variable names
2025-01-063.813.81chrislu1-2/+2
2024-11-183.803.80chrislu1-2/+2
2024-11-15Add a loop to wait for master and filer services in post-install-bucket-hook ↵Omar Hamadeh1-2/+22
(#6240) Add a loop to wait for master and filer services before creating buckets
2024-11-08[helm] fix s3 servicemonitor label matching (#6218)Nathan Dorsey1-2/+2
2024-10-283.793.79chrislu1-2/+2
2024-10-273.783.78chrislu1-2/+2
2024-10-23[helm] Allow setting notification.toml config (#6159)Davide Calabrese3-0/+43
* [helm] Allow setting notification.toml config * [helm] Set notification config conditionally
2024-10-22typochrislu1-1/+1
2024-10-18Support specifying rack and dataCenter for filers in helm chart (#6144)Dominik Grygiel2-0/+10
2024-10-16feat: add resource annotations (#6134)oldgiova18-0/+79
2024-10-15Support topologySpreadConstraints in helm chart (#6132)Dominik Grygiel4-0/+27
2024-10-13Fix dataDirs.maxVolumes default value when not included in a values.yaml (#6119)rschnei871-1/+3
2024-10-103.773.77chrislu1-2/+2
2024-10-08feat: Add support for "custom" dataDirs type for volume server in kubernetes ↵Spencer Hachmeister2-0/+17
helm chart (#6094)
2024-10-063.763.76chrislu1-2/+2
2024-10-033.753.75chrislu1-2/+2
2024-10-03k8s/charts/seaweedfs/templates: s3 deployment: rm blocking matchLabel (#6090)ayzatziko1-1/+0
2024-09-303.743.74chrislu1-2/+2