diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2025-08-29 21:14:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-29 21:14:44 -0700 |
| commit | 87fe03f2c47036001293a692af2a61969f3be22a (patch) | |
| tree | 11b07f3c5f12780a9e9127e271bfa79aa96adafd /k8s/charts | |
| parent | 40a7f09c609d7750f8c6dbe729da21f9cf7c4732 (diff) | |
| download | seaweedfs-87fe03f2c47036001293a692af2a61969f3be22a.tar.xz seaweedfs-87fe03f2c47036001293a692af2a61969f3be22a.zip | |
k8s: resizeHook avoids bitnami in values.yaml (#7181)
Update values.yaml
Diffstat (limited to 'k8s/charts')
| -rw-r--r-- | k8s/charts/seaweedfs/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/charts/seaweedfs/values.yaml b/k8s/charts/seaweedfs/values.yaml index 8c92d3fd4..351cb966d 100644 --- a/k8s/charts/seaweedfs/values.yaml +++ b/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. resizeHook: enabled: true - image: bitnami/kubectl + image: alpine/k8s:1.28.4 # idx can be defined by: # |
