mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
bump debian-base to latest
This commit is contained in:
@@ -25,7 +25,7 @@ NOTE: we have customized it in the following ways:
|
||||
- install as the default storage class
|
||||
*/
|
||||
|
||||
var defaultStorageImages = []string{"docker.io/rancher/local-path-provisioner:v0.0.14", "k8s.gcr.io/build-image/debian-base:v2.1.0"}
|
||||
var defaultStorageImages = []string{"docker.io/rancher/local-path-provisioner:v0.0.14", "k8s.gcr.io/build-image/debian-base:buster-v1.7.2"}
|
||||
|
||||
const defaultStorageManifest = `
|
||||
# kind customized https://github.com/rancher/local-path-provisioner manifest
|
||||
@@ -102,7 +102,7 @@ spec:
|
||||
- --debug
|
||||
- start
|
||||
- --helper-image
|
||||
- k8s.gcr.io/build-image/debian-base:v2.1.0
|
||||
- k8s.gcr.io/build-image/debian-base:buster-v1.7.2
|
||||
- --config
|
||||
- /etc/config/config.json
|
||||
volumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user