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 pullPolicy: IfNotPresent
csiProvisioner: csiProvisioner:
repository: k8s.gcr.io/sig-storage/csi-provisioner repository: k8s.gcr.io/sig-storage/csi-provisioner
tag: v2.0.4 tag: v2.1.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
livenessProbe: livenessProbe:
repository: k8s.gcr.io/sig-storage/livenessprobe repository: k8s.gcr.io/sig-storage/livenessprobe

View File

@ -27,7 +27,7 @@ spec:
effect: "NoSchedule" effect: "NoSchedule"
containers: containers:
- name: csi-provisioner - 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: args:
- "-v=2" - "-v=2"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"