Browse Source

k8s: resizeHook avoids bitnami in values.yaml (#7181)

Update values.yaml
pull/7184/head
Chris Lu 1 month ago
committed by GitHub
parent
commit
87fe03f2c4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      k8s/charts/seaweedfs/values.yaml

2
k8s/charts/seaweedfs/values.yaml

@ -358,7 +358,7 @@ volume:
# This will automatically create a job for patching Kubernetes resources if the dataDirs type is 'persistentVolumeClaim' and the size has changed. # This will automatically create a job for patching Kubernetes resources if the dataDirs type is 'persistentVolumeClaim' and the size has changed.
resizeHook: resizeHook:
enabled: true enabled: true
image: bitnami/kubectl
image: alpine/k8s:1.28.4
# idx can be defined by: # idx can be defined by:
# #

Loading…
Cancel
Save