Skip to content

Commit fd10290

Browse files
Rakshith-Rmergify[bot]
authored andcommitted
ci: template changes for v3.8.1 release
This commit makes necessary template changes for v3.8.1 release Signed-off-by: Rakshith R <[email protected]>
1 parent 374e174 commit fd10290

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.8-canary
12+
CSI_IMAGE_VERSION=v3.8.1
1313

1414
# cephcsi upgrade version
1515
CSI_UPGRADE_VERSION=v3.7.2

charts/ceph-csi-cephfs/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ nodeplugin:
9494
plugin:
9595
image:
9696
repository: quay.io/cephcsi/cephcsi
97-
tag: v3.8-canary
97+
tag: v3.8.1
9898
pullPolicy: IfNotPresent
9999
resources: {}
100100

charts/ceph-csi-rbd/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ nodeplugin:
117117
plugin:
118118
image:
119119
repository: quay.io/cephcsi/cephcsi
120-
tag: v3.8-canary
120+
tag: v3.8.1
121121
pullPolicy: IfNotPresent
122122
resources: {}
123123

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ spec:
9595
mountPath: /csi
9696
- name: csi-cephfsplugin
9797
# for stable functionality replace canary with latest release version
98-
image: quay.io/cephcsi/cephcsi:v3.8-canary
98+
image: quay.io/cephcsi/cephcsi:v3.8.1
9999
args:
100100
- "--nodeid=$(NODE_ID)"
101101
- "--type=cephfs"
@@ -143,7 +143,7 @@ spec:
143143
- name: ceph-csi-encryption-kms-config
144144
mountPath: /etc/ceph-csi-encryption-kms-config/
145145
- name: liveness-prometheus
146-
image: quay.io/cephcsi/cephcsi:v3.8-canary
146+
image: quay.io/cephcsi/cephcsi:v3.8.1
147147
args:
148148
- "--type=liveness"
149149
- "--endpoint=$(CSI_ENDPOINT)"

deploy/cephfs/kubernetes/csi-cephfsplugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
add: ["SYS_ADMIN"]
5050
allowPrivilegeEscalation: true
5151
# for stable functionality replace canary with latest release version
52-
image: quay.io/cephcsi/cephcsi:v3.8-canary
52+
image: quay.io/cephcsi/cephcsi:v3.8.1
5353
args:
5454
- "--nodeid=$(NODE_ID)"
5555
- "--type=cephfs"
@@ -116,7 +116,7 @@ spec:
116116
securityContext:
117117
privileged: true
118118
allowPrivilegeEscalation: true
119-
image: quay.io/cephcsi/cephcsi:v3.8-canary
119+
image: quay.io/cephcsi/cephcsi:v3.8.1
120120
args:
121121
- "--type=liveness"
122122
- "--endpoint=$(CSI_ENDPOINT)"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
mountPath: /csi
8989
- name: csi-nfsplugin
9090
# for stable functionality replace canary with latest release version
91-
image: quay.io/cephcsi/cephcsi:v3.8-canary
91+
image: quay.io/cephcsi/cephcsi:v3.8.1
9292
args:
9393
- "--nodeid=$(NODE_ID)"
9494
- "--type=nfs"
@@ -120,7 +120,7 @@ spec:
120120
- name: keys-tmp-dir
121121
mountPath: /tmp/csi/keys
122122
- name: liveness-prometheus
123-
image: quay.io/cephcsi/cephcsi:v3.8-canary
123+
image: quay.io/cephcsi/cephcsi:v3.8.1
124124
args:
125125
- "--type=liveness"
126126
- "--endpoint=$(CSI_ENDPOINT)"

deploy/nfs/kubernetes/csi-nfsplugin.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
add: ["SYS_ADMIN"]
5050
allowPrivilegeEscalation: true
5151
# for stable functionality replace canary with latest release version
52-
image: quay.io/cephcsi/cephcsi:v3.8-canary
52+
image: quay.io/cephcsi/cephcsi:v3.8.1
5353
args:
5454
- "--nodeid=$(NODE_ID)"
5555
- "--type=nfs"

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ spec:
117117
mountPath: /csi
118118
- name: csi-rbdplugin
119119
# for stable functionality replace canary with latest release version
120-
image: quay.io/cephcsi/cephcsi:v3.8-canary
120+
image: quay.io/cephcsi/cephcsi:v3.8.1
121121
args:
122122
- "--nodeid=$(NODE_ID)"
123123
- "--type=rbd"
@@ -174,7 +174,7 @@ spec:
174174
readOnly: true
175175
- name: csi-rbdplugin-controller
176176
# for stable functionality replace canary with latest release version
177-
image: quay.io/cephcsi/cephcsi:v3.8-canary
177+
image: quay.io/cephcsi/cephcsi:v3.8.1
178178
args:
179179
- "--type=controller"
180180
- "--v=5"
@@ -195,7 +195,7 @@ spec:
195195
- name: ceph-config
196196
mountPath: /etc/ceph/
197197
- name: liveness-prometheus
198-
image: quay.io/cephcsi/cephcsi:v3.8-canary
198+
image: quay.io/cephcsi/cephcsi:v3.8.1
199199
args:
200200
- "--type=liveness"
201201
- "--endpoint=$(CSI_ENDPOINT)"

deploy/rbd/kubernetes/csi-rbdplugin.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ spec:
5151
add: ["SYS_ADMIN"]
5252
allowPrivilegeEscalation: true
5353
# for stable functionality replace canary with latest release version
54-
image: quay.io/cephcsi/cephcsi:v3.8-canary
54+
image: quay.io/cephcsi/cephcsi:v3.8.1
5555
args:
5656
- "--nodeid=$(NODE_ID)"
5757
- "--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.8-canary
138+
image: quay.io/cephcsi/cephcsi:v3.8.1
139139
args:
140140
- "--type=liveness"
141141
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)