Fix image name for example webhook, and other nitpicks

Also bump example container versions to v3.0.0, and use
k8s.gcr.io/sig-storage instead of quay.io/k8scsi.
This commit is contained in:
Ben Swartzlander
2020-09-22 09:52:56 -04:00
parent 28abcf95d1
commit a2666d1ea9
6 changed files with 9 additions and 10 deletions

View File

@@ -72,7 +72,7 @@ spec:
serviceAccount: csi-snapshotter
containers:
- name: csi-provisioner
image: quay.io/k8scsi/csi-provisioner:v1.5.0
image: k8s.gcr.io/sig-storage/csi-provisioner:v2.0.2
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
@@ -84,7 +84,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-snapshotter
image: quay.io/k8scsi/csi-snapshotter:canary
image: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.0
args:
- "--v=5"
- "--csi-address=$(ADDRESS)"
@@ -97,7 +97,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: hostpath
image: quay.io/k8scsi/hostpathplugin:v1.2.0
image: k8s.gcr.io/sig-storage/hostpathplugin:v1.4.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"