File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
deploy/kubernetes/local-csi-driver Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SHELL :=/bin/bash -euEo pipefail -O inherit_errexit
44
55comma :=,
66
7- IMAGE_TAG ?= latest
7+ IMAGE_TAG ?= 0.2
88IMAGE_REF ?= docker.io/scylladb/k8s-local-volume-provisioner:$(IMAGE_TAG )
99
1010MAKE_REQUIRED_MIN_VERSION: =4.2 # for SHELLSTATUS
Original file line number Diff line number Diff line change 2323 - name : local-csi-driver
2424 securityContext :
2525 privileged : true
26- image : docker.io/scylladb/k8s-local-volume-provisioner:latest
26+ image : docker.io/scylladb/k8s-local-volume-provisioner:0.2
2727 imagePullPolicy : IfNotPresent
2828 args :
2929 - --listen=/csi/csi.sock
Original file line number Diff line number Diff line change 1616 spec :
1717 containers :
1818 - name : xfs-disk-setup
19- image : docker.io/scylladb/k8s-local-volume-provisioner:latest
19+ image : docker.io/scylladb/k8s-local-volume-provisioner:0.2
2020 imagePullPolicy : IfNotPresent
2121 command :
2222 - " /bin/bash"
You can’t perform that action at this time.
0 commit comments