Skip to content

Commit

Permalink
Merge pull request #27 from zimnx/mz/pin-tags-0.2
Browse files Browse the repository at this point in the history
[v0.2] Pin tags to 0.2
  • Loading branch information
zimnx authored Oct 19, 2023
2 parents 8530ed4 + 4e554b6 commit a8f9587
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SHELL :=/bin/bash -euEo pipefail -O inherit_errexit

comma :=,

IMAGE_TAG ?= latest
IMAGE_TAG ?= 0.2
IMAGE_REF ?= docker.io/scylladb/k8s-local-volume-provisioner:$(IMAGE_TAG)

MAKE_REQUIRED_MIN_VERSION:=4.2 # for SHELLSTATUS
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/local-csi-driver/50_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- name: local-csi-driver
securityContext:
privileged: true
image: docker.io/scylladb/k8s-local-volume-provisioner:latest
image: docker.io/scylladb/k8s-local-volume-provisioner:0.2
imagePullPolicy: IfNotPresent
args:
- --listen=/csi/csi.sock
Expand Down
2 changes: 1 addition & 1 deletion example/disk-setup/50_daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: xfs-disk-setup
image: docker.io/scylladb/k8s-local-volume-provisioner:latest
image: docker.io/scylladb/k8s-local-volume-provisioner:0.2
imagePullPolicy: IfNotPresent
command:
- "/bin/bash"
Expand Down

0 comments on commit a8f9587

Please sign in to comment.