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

Commit ddbd6fd

Browse files
committed
Version bump
1 parent 354d932 commit ddbd6fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1
84+
image: ctrox/csi-s3:v1.2.0-rc.2
8585
imagePullPolicy: "Always"
8686
args:
8787
- "--endpoint=$(CSI_ENDPOINT)"

deploy/kubernetes/provisioner.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ spec:
7070
spec:
7171
serviceAccount: csi-provisioner-sa
7272
tolerations:
73-
- key: node-role.kubernetes.io/master
74-
operator: "Exists"
73+
- key: node-role.kubernetes.io/master
74+
operator: "Exists"
7575
containers:
7676
- name: csi-provisioner
7777
image: quay.io/k8scsi/csi-provisioner:v2.1.0
@@ -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.1
89+
image: ctrox/csi-s3:v1.2.0-rc.2
9090
args:
9191
- "--endpoint=$(CSI_ENDPOINT)"
9292
- "--nodeid=$(NODE_ID)"

0 commit comments

Comments
 (0)