Skip to content

Commit d719986

Browse files
committed
build: template changes for release v3.2.2
Updated the required files to make cephcsi v3.2.2 for bug fix release which includes ceph CVE fix https://docs.ceph.com/en/latest/security/CVE-2021-20288/ Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
1 parent 47707b7 commit d719986

10 files changed

Lines changed: 17 additions & 17 deletions

File tree

build.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
# cephcsi image version
13-
CSI_IMAGE_VERSION=v3.2-canary
13+
CSI_IMAGE_VERSION=v3.2.2
1414

1515
# Ceph version to use
1616
BASE_IMAGE=docker.io/ceph/ceph:v15

charts/ceph-csi-cephfs/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
apiVersion: v1
3-
appVersion: v3.2-canary
3+
appVersion: v3.2.2
44
description: "Container Storage Interface (CSI) driver,
55
provisioner, snapshotter and attacher for Ceph cephfs"
66
name: ceph-csi-cephfs
7-
version: 3.2-canary
7+
version: 3.2.2-canary
88
keywords:
99
- ceph
1010
- cephfs

charts/ceph-csi-cephfs/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ nodeplugin:
8080
plugin:
8181
image:
8282
repository: quay.io/cephcsi/cephcsi
83-
tag: v3.2-canary
83+
tag: v3.2.2
8484
pullPolicy: IfNotPresent
8585
resources: {}
8686

charts/ceph-csi-rbd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
apiVersion: v1
3-
appVersion: v3.2-canary
3+
appVersion: v3.2.2
44
description: "Container Storage Interface (CSI) driver,
55
provisioner, snapshotter, and attacher for Ceph RBD"
66
name: ceph-csi-rbd
7-
version: 3.2-canary
7+
version: 3.2.2-canary
88
keywords:
99
- ceph
1010
- rbd

charts/ceph-csi-rbd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ nodeplugin:
9292
plugin:
9393
image:
9494
repository: quay.io/cephcsi/cephcsi
95-
tag: v3.2-canary
95+
tag: v3.2.2
9696
pullPolicy: IfNotPresent
9797
resources: {}
9898

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
capabilities:
110110
add: ["SYS_ADMIN"]
111111
# for stable functionality replace canary with latest release version
112-
image: quay.io/cephcsi/cephcsi:v3.2-canary
112+
image: quay.io/cephcsi/cephcsi:v3.2.2
113113
args:
114114
- "--nodeid=$(NODE_ID)"
115115
- "--type=cephfs"
@@ -145,7 +145,7 @@ spec:
145145
- name: keys-tmp-dir
146146
mountPath: /tmp/csi/keys
147147
- name: liveness-prometheus
148-
image: quay.io/cephcsi/cephcsi:v3.2-canary
148+
image: quay.io/cephcsi/cephcsi:v3.2.2
149149
args:
150150
- "--type=liveness"
151151
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
add: ["SYS_ADMIN"]
4747
allowPrivilegeEscalation: true
4848
# for stable functionality replace canary with latest release version
49-
image: quay.io/cephcsi/cephcsi:v3.2-canary
49+
image: quay.io/cephcsi/cephcsi:v3.2.2
5050
args:
5151
- "--nodeid=$(NODE_ID)"
5252
- "--type=cephfs"
@@ -96,7 +96,7 @@ spec:
9696
- name: liveness-prometheus
9797
securityContext:
9898
privileged: true
99-
image: quay.io/cephcsi/cephcsi:v3.2-canary
99+
image: quay.io/cephcsi/cephcsi:v3.2.2
100100
args:
101101
- "--type=liveness"
102102
- "--endpoint=$(CSI_ENDPOINT)"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
capabilities:
113113
add: ["SYS_ADMIN"]
114114
# for stable functionality replace canary with latest release version
115-
image: quay.io/cephcsi/cephcsi:v3.2-canary
115+
image: quay.io/cephcsi/cephcsi:v3.2.2
116116
args:
117117
- "--nodeid=$(NODE_ID)"
118118
- "--type=rbd"
@@ -157,7 +157,7 @@ spec:
157157
capabilities:
158158
add: ["SYS_ADMIN"]
159159
# for stable functionality replace canary with latest release version
160-
image: quay.io/cephcsi/cephcsi:v3.2-canary
160+
image: quay.io/cephcsi/cephcsi:v3.2.2
161161
args:
162162
- "--type=controller"
163163
- "--v=5"
@@ -175,7 +175,7 @@ spec:
175175
- name: keys-tmp-dir
176176
mountPath: /tmp/csi/keys
177177
- name: liveness-prometheus
178-
image: quay.io/cephcsi/cephcsi:v3.2-canary
178+
image: quay.io/cephcsi/cephcsi:v3.2.2
179179
args:
180180
- "--type=liveness"
181181
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
add: ["SYS_ADMIN"]
4848
allowPrivilegeEscalation: true
4949
# for stable functionality replace canary with latest release version
50-
image: quay.io/cephcsi/cephcsi:v3.2-canary
50+
image: quay.io/cephcsi/cephcsi:v3.2.2
5151
args:
5252
- "--nodeid=$(NODE_ID)"
5353
- "--type=rbd"
@@ -99,7 +99,7 @@ spec:
9999
- name: liveness-prometheus
100100
securityContext:
101101
privileged: true
102-
image: quay.io/cephcsi/cephcsi:v3.2-canary
102+
image: quay.io/cephcsi/cephcsi:v3.2.2
103103
args:
104104
- "--type=liveness"
105105
- "--endpoint=$(CSI_ENDPOINT)"

scripts/minikube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ teardown-rook)
280280
;;
281281
cephcsi)
282282
echo "copying the cephcsi image"
283-
copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.2-canary "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.2-canary
283+
copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.2.2 "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.2.2
284284
;;
285285
k8s-sidecar)
286286
echo "copying the kubernetes sidecar images"

0 commit comments

Comments
 (0)