bump debian-base

This commit is contained in:
Benjamin Elder
2020-06-17 20:17:28 -07:00
parent a4385ed2cf
commit 286a6c82bc

View File

@@ -25,7 +25,7 @@ NOTE: we have customized it in the following ways:
- install as the default storage class
*/
var defaultStorageImages = []string{"rancher/local-path-provisioner:v0.0.12", "k8s.gcr.io/debian-base:v2.0.0"}
var defaultStorageImages = []string{"rancher/local-path-provisioner:v0.0.12", "us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0"}
const defaultStorageManifest = `
# kind customized https://github.com/rancher/local-path-provisioner manifest
@@ -102,7 +102,7 @@ spec:
- --debug
- start
- --helper-image
- k8s.gcr.io/debian-base:v2.0.0
- us.gcr.io/k8s-artifacts-prod/build-image/debian-base:v2.1.0
- --config
- /etc/config/config.json
volumeMounts: