Skip to content

Commit

Permalink
Merge pull request #1958 from zimnx/bump-provisioner
Browse files Browse the repository at this point in the history
Bump local volume provisioner to latest stable 0.4.0
  • Loading branch information
scylla-operator-bot[bot] authored Jun 10, 2024
2 parents ae4180f + 0d8c642 commit e8bbe54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: local-csi-driver
securityContext:
privileged: true
image: docker.io/scylladb/k8s-local-volume-provisioner:0.3.2@sha256:4ac3e29314bad1291ef9fcf8fdad45c743e0cef9d35d887e073b0f872e92254e
image: docker.io/scylladb/k8s-local-volume-provisioner:0.4.0@sha256:bf6dc648433cd5037a3787b65d6e8aaf85df1a037db07deb6657d2582ce72a3a
imagePullPolicy: IfNotPresent
args:
- --listen=/csi/csi.sock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: local-csi-driver
securityContext:
privileged: true
image: docker.io/scylladb/k8s-local-volume-provisioner:0.4.0-rc.0@sha256:bf6dc648433cd5037a3787b65d6e8aaf85df1a037db07deb6657d2582ce72a3a
image: docker.io/scylladb/k8s-local-volume-provisioner:0.4.0@sha256:bf6dc648433cd5037a3787b65d6e8aaf85df1a037db07deb6657d2582ce72a3a
imagePullPolicy: IfNotPresent
args:
- --listen=/csi/csi.sock
Expand Down

0 comments on commit e8bbe54

Please sign in to comment.