File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
deploy/kubernetes-1.27/hostpath Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -237,9 +237,8 @@ spec:
237
237
serviceAccountName : csi-hostpathplugin-sa
238
238
containers :
239
239
- 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
243
242
args :
244
243
- " --drivername=hostpath.csi.k8s.io"
245
244
- " --v=5"
Original file line number Diff line number Diff line change 1
1
- name: csi-snapshot-metadata
2
2
# TODO: Replace main tag with actual released tag once external-snapshot-metadata is released
3
3
image: gcr.io/k8s-staging-sig-storage/csi-snapshot-metadata:canary
4
- imagePullPolicy: "Always "
4
+ imagePullPolicy: "IfNotPresent "
5
5
command:
6
6
args:
7
7
- "--csi-address=/csi/csi.sock"
You can’t perform that action at this time.
0 commit comments