bump debian-base to latest

This commit is contained in:
Benjamin Elder
2021-06-16 01:19:29 -07:00
parent b7e7995514
commit 57f1eb6c54

View File

@@ -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: