Skip to content

Commit f831f52

Browse files
committed
build: update templates for v3.0.0 release
updated required templates for v3.0.0 release. Signed-off-by: Madhu Rajanna <[email protected]>
1 parent d06dd09 commit f831f52

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

charts/ceph-csi-cephfs/Chart.yaml

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

charts/ceph-csi-cephfs/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ nodeplugin:
7575
plugin:
7676
image:
7777
repository: quay.io/cephcsi/cephcsi
78-
tag: canary
78+
tag: v3.0.0
7979
pullPolicy: IfNotPresent
8080
resources: {}
8181

charts/ceph-csi-rbd/Chart.yaml

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

charts/ceph-csi-rbd/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ nodeplugin:
8787
plugin:
8888
image:
8989
repository: quay.io/cephcsi/cephcsi
90-
tag: canary
90+
tag: v3.0.0
9191
pullPolicy: IfNotPresent
9292
resources: {}
9393

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ spec:
8383
capabilities:
8484
add: ["SYS_ADMIN"]
8585
# for stable functionality replace canary with latest release version
86-
image: quay.io/cephcsi/cephcsi:canary
86+
image: quay.io/cephcsi/cephcsi:v3.0.0
8787
args:
8888
- "--nodeid=$(NODE_ID)"
8989
- "--type=cephfs"
@@ -119,7 +119,7 @@ spec:
119119
- name: keys-tmp-dir
120120
mountPath: /tmp/csi/keys
121121
- name: liveness-prometheus
122-
image: quay.io/cephcsi/cephcsi:canary
122+
image: quay.io/cephcsi/cephcsi:v3.0.0
123123
args:
124124
- "--type=liveness"
125125
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
add: ["SYS_ADMIN"]
5555
allowPrivilegeEscalation: true
5656
# for stable functionality replace canary with latest release version
57-
image: quay.io/cephcsi/cephcsi:canary
57+
image: quay.io/cephcsi/cephcsi:v3.0.0
5858
args:
5959
- "--nodeid=$(NODE_ID)"
6060
- "--type=cephfs"
@@ -104,7 +104,7 @@ spec:
104104
- name: liveness-prometheus
105105
securityContext:
106106
privileged: true
107-
image: quay.io/cephcsi/cephcsi:canary
107+
image: quay.io/cephcsi/cephcsi:v3.0.0
108108
args:
109109
- "--type=liveness"
110110
- "--endpoint=$(CSI_ENDPOINT)"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
capabilities:
100100
add: ["SYS_ADMIN"]
101101
# for stable functionality replace canary with latest release version
102-
image: quay.io/cephcsi/cephcsi:canary
102+
image: quay.io/cephcsi/cephcsi:v3.0.0
103103
args:
104104
- "--nodeid=$(NODE_ID)"
105105
- "--type=rbd"
@@ -139,7 +139,7 @@ spec:
139139
- name: keys-tmp-dir
140140
mountPath: /tmp/csi/keys
141141
- name: liveness-prometheus
142-
image: quay.io/cephcsi/cephcsi:canary
142+
image: quay.io/cephcsi/cephcsi:v3.0.0
143143
args:
144144
- "--type=liveness"
145145
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
add: ["SYS_ADMIN"]
5656
allowPrivilegeEscalation: true
5757
# for stable functionality replace canary with latest release version
58-
image: quay.io/cephcsi/cephcsi:canary
58+
image: quay.io/cephcsi/cephcsi:v3.0.0
5959
args:
6060
- "--nodeid=$(NODE_ID)"
6161
- "--type=rbd"
@@ -107,7 +107,7 @@ spec:
107107
- name: liveness-prometheus
108108
securityContext:
109109
privileged: true
110-
image: quay.io/cephcsi/cephcsi:canary
110+
image: quay.io/cephcsi/cephcsi:v3.0.0
111111
args:
112112
- "--type=liveness"
113113
- "--endpoint=$(CSI_ENDPOINT)"

scripts/minikube.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ teardown-rook)
184184
;;
185185
cephcsi)
186186
echo "copying the cephcsi image"
187-
copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:canary "${CEPHCSI_IMAGE_REPO}"/cephcsi:canary
187+
copy_image_to_cluster "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.0.0 "${CEPHCSI_IMAGE_REPO}"/cephcsi:v3.0.0
188188
;;
189189
k8s-sidecar)
190190
echo "copying the kubernetes sidecar images"

0 commit comments

Comments
 (0)