Skip to content

Commit 2bd98f3

Browse files
black-dragon74mergify[bot]
authored andcommitted
build: update templates for v3.16.2 release
Signed-off-by: Niraj Yadav <niryadav@redhat.com>
1 parent 72eabe9 commit 2bd98f3

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

build.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# get proporly expanded.
1010
#
1111
# cephcsi image version
12-
CSI_IMAGE_VERSION=v3.16-canary
12+
CSI_IMAGE_VERSION=v3.16.2
1313

1414
# cephcsi upgrade version
15-
CSI_UPGRADE_VERSION=v3.15.1
15+
CSI_UPGRADE_VERSION=v3.16.1
1616

1717
# ceph-csi-operator version used for e2e test
1818
# TODO: use release tag which includes the bug fixes

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: v3.16-canary
141+
tag: v3.16.2
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: v3.16-canary
152+
tag: v3.16.2
153153
pullPolicy: IfNotPresent
154154
resources: {}
155155

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

Lines changed: 2 additions & 2 deletions
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.16-canary
46+
image: quay.io/cephcsi/cephcsi:v3.16.2
4747
args:
4848
- "--nodeid=$(NODE_ID)"
4949
- "--type=cephfs"
@@ -193,7 +193,7 @@ spec:
193193
- name: socket-dir
194194
mountPath: /csi
195195
- name: liveness-prometheus
196-
image: quay.io/cephcsi/cephcsi:v3.16-canary
196+
image: quay.io/cephcsi/cephcsi:v3.16.2
197197
args:
198198
- "--type=liveness"
199199
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

Lines changed: 2 additions & 2 deletions
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.16-canary
29+
image: quay.io/cephcsi/cephcsi:v3.16.2
3030
args:
3131
- "--nodeid=$(NODE_ID)"
3232
- "--type=cephfs"
@@ -125,7 +125,7 @@ spec:
125125
securityContext:
126126
privileged: true
127127
allowPrivilegeEscalation: true
128-
image: quay.io/cephcsi/cephcsi:v3.16-canary
128+
image: quay.io/cephcsi/cephcsi:v3.16.2
129129
args:
130130
- "--type=liveness"
131131
- "--endpoint=$(CSI_ENDPOINT)"

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

Lines changed: 2 additions & 2 deletions
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.16-canary
43+
image: quay.io/cephcsi/cephcsi:v3.16.2
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.16-canary
150+
image: quay.io/cephcsi/cephcsi:v3.16.2
151151
args:
152152
- "--type=liveness"
153153
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin.yaml

Lines changed: 1 addition & 1 deletion
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.16-canary
29+
image: quay.io/cephcsi/cephcsi:v3.16.2
3030
args:
3131
- "--nodeid=$(NODE_ID)"
3232
- "--type=nfs"

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

Lines changed: 3 additions & 3 deletions
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.16-canary
50+
image: quay.io/cephcsi/cephcsi:v3.16.2
5151
args:
5252
- "--nodeid=$(NODE_ID)"
5353
- "--type=rbd"
@@ -209,7 +209,7 @@ spec:
209209
- name: socket-dir
210210
mountPath: /csi
211211
- name: csi-rbdplugin-controller
212-
image: quay.io/cephcsi/cephcsi:v3.16-canary
212+
image: quay.io/cephcsi/cephcsi:v3.16.2
213213
args:
214214
- "--type=controller"
215215
- "--v=5"
@@ -230,7 +230,7 @@ spec:
230230
- name: ceph-config
231231
mountPath: /etc/ceph/
232232
- name: liveness-prometheus
233-
image: quay.io/cephcsi/cephcsi:v3.16-canary
233+
image: quay.io/cephcsi/cephcsi:v3.16.2
234234
args:
235235
- "--type=liveness"
236236
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

Lines changed: 2 additions & 2 deletions
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.16-canary
31+
image: quay.io/cephcsi/cephcsi:v3.16.2
3232
args:
3333
- "--nodeid=$(NODE_ID)"
3434
- "--pluginpath=/var/lib/kubelet/plugins"
@@ -135,7 +135,7 @@ spec:
135135
securityContext:
136136
privileged: true
137137
allowPrivilegeEscalation: true
138-
image: quay.io/cephcsi/cephcsi:v3.16-canary
138+
image: quay.io/cephcsi/cephcsi:v3.16.2
139139
args:
140140
- "--type=liveness"
141141
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)