Skip to content

Commit dde7e9b

Browse files
committed
Set hostpathplugin image tag to canary
Signed-off-by: Prasad Ghangal <[email protected]>
1 parent eafaa37 commit dde7e9b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

deploy/kubernetes-1.27/hostpath/csi-hostpath-plugin.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,8 @@ spec:
237237
serviceAccountName: csi-hostpathplugin-sa
238238
containers:
239239
- name: hostpath
240-
# TODO: Revert comment once https://github.com/kubernetes-csi/csi-driver-host-path/pull/569 is merged
241-
#image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
242-
image: prasadg193/hostpathplugin:amd64-linux-canary
240+
# TODO: Set release tag after new release is made with SnapshotMetadata support
241+
image: gcr.io/k8s-staging-sig-storage/hostpathplugin:canary
243242
args:
244243
- "--drivername=hostpath.csi.k8s.io"
245244
- "--v=5"

deploy/kubernetes-1.27/hostpath/csi-snapshot-metadata-sidecar.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: csi-snapshot-metadata
22
# TODO: Replace main tag with actual released tag once external-snapshot-metadata is released
33
image: gcr.io/k8s-staging-sig-storage/csi-snapshot-metadata:canary
4-
imagePullPolicy: "Always"
4+
imagePullPolicy: "IfNotPresent"
55
command:
66
args:
77
- "--csi-address=/csi/csi.sock"

0 commit comments

Comments
 (0)