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:
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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments