File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
deploy/kubernetes-1.27/hostpath Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,7 @@ spec:
237237 serviceAccountName : csi-hostpathplugin-sa
238238 containers :
239239 - name : hostpath
240- # TODO: Set release tag after new release is made with SnapshotMetadata support
241- image : gcr.io/k8s-staging-sig-storage/hostpathplugin:canary
240+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
242241 args :
243242 - " --drivername=hostpath.csi.k8s.io"
244243 - " --v=5"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Follow the steps below to deploy CSI Hostpath driver with SnapshotMetadata servi
1919 b. Execute deploy script to setup hostpath plugin driver with external-snapshot-metadata change
2020
2121 ```
22- $ SNAPSHOT_METADATA_TESTS=true ./deploy/kubernetes-1.27/deploy.sh
22+ $ SNAPSHOT_METADATA_TESTS=true HOSTPATHPLUGIN_REGISTRY=gcr.io/k8s-staging-sig-storage HOSTPATHPLUGIN_TAG=canary ./deploy/kubernetes-1.27/deploy.sh
2323 ```
2424
2525### Setup SnapshotMetadata client
You can’t perform that action at this time.
0 commit comments