feat: upgrade csi-provisioner to v2.1.0

This commit is contained in:
andyzhangx 2021-03-10 13:09:33 +00:00
parent 8a5291d9fd
commit 77fb868151
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ image:
pullPolicy: IfNotPresent
csiProvisioner:
repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: v2.0.4
tag: v2.1.0
pullPolicy: IfNotPresent
livenessProbe:
repository: k8s.gcr.io/sig-storage/livenessprobe

View File

@ -27,7 +27,7 @@ spec:
effect: "NoSchedule"
containers:
- name: csi-provisioner
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.4
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.1.0
args:
- "-v=2"
- "--csi-address=$(ADDRESS)"