Skip to content

Commit 8110ea0

Browse files
committed
Use released image tag for hostpath deployment
Signed-off-by: Prasad Ghangal <[email protected]>
1 parent bb2cf22 commit 8110ea0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

docs/example-snapshot-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)