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:
237
237
serviceAccountName : csi-hostpathplugin-sa
238
238
containers :
239
239
- 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
242
241
args :
243
242
- " --drivername=hostpath.csi.k8s.io"
244
243
- " --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
19
19
b. Execute deploy script to setup hostpath plugin driver with external-snapshot-metadata change
20
20
21
21
```
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
23
23
```
24
24
25
25
### Setup SnapshotMetadata client
You can’t perform that action at this time.
0 commit comments