Skip to content

Commit 0ad0848

Browse files
committed
Update images to v0.4.0
This PR updates images to v0.4.0.
1 parent a08db38 commit 0ad0848

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deploy/kubernetes/setup-csi-snapshotter.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -95,32 +95,32 @@ spec:
9595
serviceAccount: csi-snapshotter
9696
containers:
9797
- name: csi-provisioner
98-
image: xyang105/csi:csi-provisioner
98+
image: quay.io/k8scsi/csi-provisioner:v0.4.0
9999
args:
100100
- "--provisioner=csi-hostpath"
101101
- "--csi-address=$(ADDRESS)"
102102
- "--connection-timeout=15s"
103103
env:
104104
- name: ADDRESS
105105
value: /csi/csi.sock
106-
imagePullPolicy: "IfNotPresent"
106+
imagePullPolicy: Always
107107
volumeMounts:
108108
- name: socket-dir
109109
mountPath: /csi
110110
- name: csi-snapshotter
111-
image: xyang105/csi:csi-snapshotter
111+
image: quay.io/k8scsi/csi-snapshotter:v0.4.0
112112
args:
113113
- "--csi-address=$(ADDRESS)"
114114
- "--connection-timeout=15s"
115115
env:
116116
- name: ADDRESS
117117
value: /csi/csi.sock
118-
imagePullPolicy: "IfNotPresent"
118+
imagePullPolicy: Always
119119
volumeMounts:
120120
- name: socket-dir
121121
mountPath: /csi
122122
- name: hostpath
123-
image: xyang105/csi:csi-hostpath
123+
image: quay.io/k8scsi/hostpathplugin:v0.4.0
124124
args:
125125
- "--v=5"
126126
- "--endpoint=$(CSI_ENDPOINT)"
@@ -133,7 +133,7 @@ spec:
133133
fieldRef:
134134
apiVersion: v1
135135
fieldPath: spec.nodeName
136-
imagePullPolicy: IfNotPresent
136+
imagePullPolicy: Always
137137
securityContext:
138138
privileged: true
139139
volumeMounts:

0 commit comments

Comments
 (0)