Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 81d92c9

Browse files
committed
changed version in helm charts
1 parent 6adc476 commit 81d92c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/kubernetes/csi-s3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
capabilities:
8282
add: ["SYS_ADMIN"]
8383
allowPrivilegeEscalation: true
84-
image: ctrox/csi-s3:v1.2.0-rc.2
84+
image: ctrox/csi-s3:v1.3.0
8585
imagePullPolicy: "Always"
8686
args:
8787
- "--endpoint=$(CSI_ENDPOINT)"

deploy/kubernetes/provisioner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
- name: socket-dir
8787
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
8888
- name: csi-s3
89-
image: ctrox/csi-s3:v1.2.0-rc.2
89+
image: ctrox/csi-s3:v1.3.0
9090
args:
9191
- "--endpoint=$(CSI_ENDPOINT)"
9292
- "--nodeid=$(NODE_ID)"

0 commit comments

Comments
 (0)