Skip to content

Commit 004f647

Browse files
committed
build: prepare of 3.13.1
updating the required templates and documents for the 3.12.1 release. Signed-off-by: yati1998 <[email protected]>
1 parent 6ac7ba4 commit 004f647

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

build.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# get proporly expanded.
1010
#
1111
# cephcsi image version
12-
CSI_IMAGE_VERSION=v3.13-canary
12+
CSI_IMAGE_VERSION=v3.13.1
1313

1414
# cephcsi upgrade version
1515
CSI_UPGRADE_VERSION=v3.12.1

charts/ceph-csi-cephfs/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ nodeplugin:
138138
plugin:
139139
image:
140140
repository: quay.io/cephcsi/cephcsi
141-
tag: v3.13-canary
141+
tag: v3.13.1
142142
pullPolicy: IfNotPresent
143143
resources: {}
144144

charts/ceph-csi-rbd/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ nodeplugin:
149149
plugin:
150150
image:
151151
repository: quay.io/cephcsi/cephcsi
152-
tag: v3.13-canary
152+
tag: v3.13.1
153153
pullPolicy: IfNotPresent
154154
resources: {}
155155

deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
priorityClassName: system-cluster-critical
4444
containers:
4545
- name: csi-cephfsplugin
46-
image: quay.io/cephcsi/cephcsi:v3.13-canary
46+
image: quay.io/cephcsi/cephcsi:v3.13.1
4747
args:
4848
- "--nodeid=$(NODE_ID)"
4949
- "--type=cephfs"
@@ -169,7 +169,7 @@ spec:
169169
- name: socket-dir
170170
mountPath: /csi
171171
- name: liveness-prometheus
172-
image: quay.io/cephcsi/cephcsi:v3.13-canary
172+
image: quay.io/cephcsi/cephcsi:v3.13.1
173173
args:
174174
- "--type=liveness"
175175
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
image: quay.io/cephcsi/cephcsi:v3.13-canary
29+
image: quay.io/cephcsi/cephcsi:v3.13.1
3030
args:
3131
- "--nodeid=$(NODE_ID)"
3232
- "--type=cephfs"
@@ -124,7 +124,7 @@ spec:
124124
securityContext:
125125
privileged: true
126126
allowPrivilegeEscalation: true
127-
image: quay.io/cephcsi/cephcsi:v3.13-canary
127+
image: quay.io/cephcsi/cephcsi:v3.13.1
128128
args:
129129
- "--type=liveness"
130130
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin-provisioner.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
topologyKey: "kubernetes.io/hostname"
4141
containers:
4242
- name: csi-nfsplugin
43-
image: quay.io/cephcsi/cephcsi:v3.13-canary
43+
image: quay.io/cephcsi/cephcsi:v3.13.1
4444
args:
4545
- "--nodeid=$(NODE_ID)"
4646
- "--type=nfs"
@@ -147,7 +147,7 @@ spec:
147147
- name: socket-dir
148148
mountPath: /csi
149149
- name: liveness-prometheus
150-
image: quay.io/cephcsi/cephcsi:v3.13-canary
150+
image: quay.io/cephcsi/cephcsi:v3.13.1
151151
args:
152152
- "--type=liveness"
153153
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
image: quay.io/cephcsi/cephcsi:v3.13-canary
29+
image: quay.io/cephcsi/cephcsi:v3.13.1
3030
args:
3131
- "--nodeid=$(NODE_ID)"
3232
- "--type=nfs"

deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
priorityClassName: system-cluster-critical
4848
containers:
4949
- name: csi-rbdplugin
50-
image: quay.io/cephcsi/cephcsi:v3.13-canary
50+
image: quay.io/cephcsi/cephcsi:v3.13.1
5151
args:
5252
- "--nodeid=$(NODE_ID)"
5353
- "--type=rbd"
@@ -208,7 +208,7 @@ spec:
208208
- name: socket-dir
209209
mountPath: /csi
210210
- name: csi-rbdplugin-controller
211-
image: quay.io/cephcsi/cephcsi:v3.13-canary
211+
image: quay.io/cephcsi/cephcsi:v3.13.1
212212
args:
213213
- "--type=controller"
214214
- "--v=5"
@@ -229,7 +229,7 @@ spec:
229229
- name: ceph-config
230230
mountPath: /etc/ceph/
231231
- name: liveness-prometheus
232-
image: quay.io/cephcsi/cephcsi:v3.13-canary
232+
image: quay.io/cephcsi/cephcsi:v3.13.1
233233
args:
234234
- "--type=liveness"
235235
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
capabilities:
2929
add: ["SYS_ADMIN"]
3030
allowPrivilegeEscalation: true
31-
image: quay.io/cephcsi/cephcsi:v3.13-canary
31+
image: quay.io/cephcsi/cephcsi:v3.13.1
3232
args:
3333
- "--nodeid=$(NODE_ID)"
3434
- "--pluginpath=/var/lib/kubelet/plugins"
@@ -134,7 +134,7 @@ spec:
134134
securityContext:
135135
privileged: true
136136
allowPrivilegeEscalation: true
137-
image: quay.io/cephcsi/cephcsi:v3.13-canary
137+
image: quay.io/cephcsi/cephcsi:v3.13.1
138138
args:
139139
- "--type=liveness"
140140
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)