Skip to content

Commit a9a8864

Browse files
committed
Update images to v1.0.0 in yaml file
This PR updates the images to v1.0.0 in example yaml files.
1 parent 500e055 commit a9a8864

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/kubernetes/setup-csi-snapshotter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
serviceAccount: csi-snapshotter
7373
containers:
7474
- name: csi-provisioner
75-
image: quay.io/k8scsi/csi-provisioner:v0.4.0
75+
image: quay.io/k8scsi/csi-provisioner:v1.0.0
7676
args:
7777
- "--provisioner=csi-hostpath"
7878
- "--csi-address=$(ADDRESS)"
@@ -85,7 +85,7 @@ spec:
8585
- name: socket-dir
8686
mountPath: /csi
8787
- name: csi-snapshotter
88-
image: quay.io/k8scsi/csi-snapshotter:v0.4.0
88+
image: quay.io/k8scsi/csi-snapshotter:v1.0.0
8989
args:
9090
- "--csi-address=$(ADDRESS)"
9191
- "--connection-timeout=15s"
@@ -97,7 +97,7 @@ spec:
9797
- name: socket-dir
9898
mountPath: /csi
9999
- name: hostpath
100-
image: quay.io/k8scsi/hostpathplugin:v0.4.0
100+
image: quay.io/k8scsi/hostpathplugin:v1.0.0
101101
args:
102102
- "--v=5"
103103
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)