Skip to content

Commit aa77c9c

Browse files
Rakshith-Rmergify[bot]
authored andcommitted
build: prepare for v3.16.0
This commit updates the required templates for the v3.16.0 release. Signed-off-by: Rakshith R <rar@redhat.com>
1 parent 8922432 commit aa77c9c

File tree

9 files changed

+15
-22
lines changed

9 files changed

+15
-22
lines changed

build.env

Lines changed: 1 addition & 1 deletion
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=canary
12+
CSI_IMAGE_VERSION=v3.16.0
1313

1414
# cephcsi upgrade version
1515
CSI_UPGRADE_VERSION=v3.15.1

charts/ceph-csi-cephfs/values.yaml

Lines changed: 1 addition & 1 deletion
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: canary
141+
tag: v3.16.0
142142
pullPolicy: IfNotPresent
143143
resources: {}
144144

charts/ceph-csi-rbd/values.yaml

Lines changed: 1 addition & 1 deletion
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: canary
152+
tag: v3.16.0
153153
pullPolicy: IfNotPresent
154154
resources: {}
155155

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ spec:
4343
priorityClassName: system-cluster-critical
4444
containers:
4545
- name: csi-cephfsplugin
46-
# for stable functionality replace canary with latest release version
47-
image: quay.io/cephcsi/cephcsi:canary
46+
image: quay.io/cephcsi/cephcsi:v3.16.0
4847
args:
4948
- "--nodeid=$(NODE_ID)"
5049
- "--type=cephfs"
@@ -194,7 +193,7 @@ spec:
194193
- name: socket-dir
195194
mountPath: /csi
196195
- name: liveness-prometheus
197-
image: quay.io/cephcsi/cephcsi:canary
196+
image: quay.io/cephcsi/cephcsi:v3.16.0
198197
args:
199198
- "--type=liveness"
200199
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
# for stable functionality replace canary with latest release version
30-
image: quay.io/cephcsi/cephcsi:canary
29+
image: quay.io/cephcsi/cephcsi:v3.16.0
3130
args:
3231
- "--nodeid=$(NODE_ID)"
3332
- "--type=cephfs"
@@ -126,7 +125,7 @@ spec:
126125
securityContext:
127126
privileged: true
128127
allowPrivilegeEscalation: true
129-
image: quay.io/cephcsi/cephcsi:canary
128+
image: quay.io/cephcsi/cephcsi:v3.16.0
130129
args:
131130
- "--type=liveness"
132131
- "--endpoint=$(CSI_ENDPOINT)"

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ spec:
4040
topologyKey: "kubernetes.io/hostname"
4141
containers:
4242
- name: csi-nfsplugin
43-
# for stable functionality replace canary with latest release version
44-
image: quay.io/cephcsi/cephcsi:canary
43+
image: quay.io/cephcsi/cephcsi:v3.16.0
4544
args:
4645
- "--nodeid=$(NODE_ID)"
4746
- "--type=nfs"
@@ -148,7 +147,7 @@ spec:
148147
- name: socket-dir
149148
mountPath: /csi
150149
- name: liveness-prometheus
151-
image: quay.io/cephcsi/cephcsi:canary
150+
image: quay.io/cephcsi/cephcsi:v3.16.0
152151
args:
153152
- "--type=liveness"
154153
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ spec:
2626
capabilities:
2727
add: ["SYS_ADMIN"]
2828
allowPrivilegeEscalation: true
29-
# for stable functionality replace canary with latest release version
30-
image: quay.io/cephcsi/cephcsi:canary
29+
image: quay.io/cephcsi/cephcsi:v3.16.0
3130
args:
3231
- "--nodeid=$(NODE_ID)"
3332
- "--type=nfs"

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ spec:
4747
priorityClassName: system-cluster-critical
4848
containers:
4949
- name: csi-rbdplugin
50-
# for stable functionality replace canary with latest release version
51-
image: quay.io/cephcsi/cephcsi:canary
50+
image: quay.io/cephcsi/cephcsi:v3.16.0
5251
args:
5352
- "--nodeid=$(NODE_ID)"
5453
- "--type=rbd"
@@ -210,8 +209,7 @@ spec:
210209
- name: socket-dir
211210
mountPath: /csi
212211
- name: csi-rbdplugin-controller
213-
# for stable functionality replace canary with latest release version
214-
image: quay.io/cephcsi/cephcsi:canary
212+
image: quay.io/cephcsi/cephcsi:v3.16.0
215213
args:
216214
- "--type=controller"
217215
- "--v=5"
@@ -232,7 +230,7 @@ spec:
232230
- name: ceph-config
233231
mountPath: /etc/ceph/
234232
- name: liveness-prometheus
235-
image: quay.io/cephcsi/cephcsi:canary
233+
image: quay.io/cephcsi/cephcsi:v3.16.0
236234
args:
237235
- "--type=liveness"
238236
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ spec:
2828
capabilities:
2929
add: ["SYS_ADMIN"]
3030
allowPrivilegeEscalation: true
31-
# for stable functionality replace canary with latest release version
32-
image: quay.io/cephcsi/cephcsi:canary
31+
image: quay.io/cephcsi/cephcsi:v3.16.0
3332
args:
3433
- "--nodeid=$(NODE_ID)"
3534
- "--pluginpath=/var/lib/kubelet/plugins"
@@ -136,7 +135,7 @@ spec:
136135
securityContext:
137136
privileged: true
138137
allowPrivilegeEscalation: true
139-
image: quay.io/cephcsi/cephcsi:canary
138+
image: quay.io/cephcsi/cephcsi:v3.16.0
140139
args:
141140
- "--type=liveness"
142141
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)