Skip to content

Commit aaa3d4e

Browse files
humblecmergify[bot]
authored andcommitted
helm: update image tag for release 3.7 instead of canary
This commit change the image tag for release v3.7 instead of canary. Signed-off-by: Humble Chirammal <[email protected]>
1 parent e4a280f commit aaa3d4e

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

charts/ceph-csi-cephfs/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ nodeplugin:
9191
plugin:
9292
image:
9393
repository: quay.io/cephcsi/cephcsi
94-
tag: canary
94+
tag: v3.7.0
9595
pullPolicy: IfNotPresent
9696
resources: {}
9797

charts/ceph-csi-rbd/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ nodeplugin:
114114
plugin:
115115
image:
116116
repository: quay.io/cephcsi/cephcsi
117-
tag: canary
117+
tag: v3.7.0
118118
pullPolicy: IfNotPresent
119119
resources: {}
120120

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:canary
98+
image: quay.io/cephcsi/cephcsi:v3.7.0
9999
args:
100100
- "--nodeid=$(NODE_ID)"
101101
- "--type=cephfs"
@@ -135,7 +135,7 @@ spec:
135135
- name: keys-tmp-dir
136136
mountPath: /tmp/csi/keys
137137
- name: liveness-prometheus
138-
image: quay.io/cephcsi/cephcsi:canary
138+
image: quay.io/cephcsi/cephcsi:v3.7.0
139139
args:
140140
- "--type=liveness"
141141
- "--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:canary
52+
image: quay.io/cephcsi/cephcsi:v3.7.0
5353
args:
5454
- "--nodeid=$(NODE_ID)"
5555
- "--type=cephfs"
@@ -108,7 +108,7 @@ spec:
108108
securityContext:
109109
privileged: true
110110
allowPrivilegeEscalation: true
111-
image: quay.io/cephcsi/cephcsi:canary
111+
image: quay.io/cephcsi/cephcsi:v3.7.0
112112
args:
113113
- "--type=liveness"
114114
- "--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:canary
91+
image: quay.io/cephcsi/cephcsi:v3.7.0
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:canary
123+
image: quay.io/cephcsi/cephcsi:v3.7.0
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:canary
52+
image: quay.io/cephcsi/cephcsi:v3.7.0
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
@@ -116,7 +116,7 @@ spec:
116116
mountPath: /csi
117117
- name: csi-rbdplugin
118118
# for stable functionality replace canary with latest release version
119-
image: quay.io/cephcsi/cephcsi:canary
119+
image: quay.io/cephcsi/cephcsi:v3.7.0
120120
args:
121121
- "--nodeid=$(NODE_ID)"
122122
- "--type=rbd"
@@ -173,7 +173,7 @@ spec:
173173
readOnly: true
174174
- name: csi-rbdplugin-controller
175175
# for stable functionality replace canary with latest release version
176-
image: quay.io/cephcsi/cephcsi:canary
176+
image: quay.io/cephcsi/cephcsi:v3.7.0
177177
args:
178178
- "--type=controller"
179179
- "--v=5"
@@ -194,7 +194,7 @@ spec:
194194
- name: ceph-config
195195
mountPath: /etc/ceph/
196196
- name: liveness-prometheus
197-
image: quay.io/cephcsi/cephcsi:canary
197+
image: quay.io/cephcsi/cephcsi:v3.7.0
198198
args:
199199
- "--type=liveness"
200200
- "--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:canary
54+
image: quay.io/cephcsi/cephcsi:v3.7.0
5555
args:
5656
- "--nodeid=$(NODE_ID)"
5757
- "--pluginpath=/var/lib/kubelet/plugins"
@@ -126,7 +126,7 @@ spec:
126126
securityContext:
127127
privileged: true
128128
allowPrivilegeEscalation: true
129-
image: quay.io/cephcsi/cephcsi:canary
129+
image: quay.io/cephcsi/cephcsi:v3.7.0
130130
args:
131131
- "--type=liveness"
132132
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)