helm: update image tag for release 3.6 instead of canary

This commit change the image tag for release v3.6 instead of
canary.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2022-04-04 14:17:14 +05:30 committed by mergify[bot]
parent 85670bad1f
commit eff3e9a237
4 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ nodeplugin:
plugin: plugin:
image: image:
repository: quay.io/cephcsi/cephcsi repository: quay.io/cephcsi/cephcsi
tag: canary tag: v3.6.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: {} resources: {}

View File

@ -109,7 +109,7 @@ nodeplugin:
plugin: plugin:
image: image:
repository: quay.io/cephcsi/cephcsi repository: quay.io/cephcsi/cephcsi
tag: canary tag: v3.6.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: {} resources: {}

View File

@ -104,7 +104,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-cephfsplugin - name: csi-cephfsplugin
# for stable functionality replace v3.6.0 with latest release version # for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.6.0 image: quay.io/cephcsi/cephcsi:v3.6.0
args: args:
- "--nodeid=$(NODE_ID)" - "--nodeid=$(NODE_ID)"

View File

@ -111,7 +111,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-rbdplugin - name: csi-rbdplugin
# for stable functionality replace v3.6.0 with latest release version # for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.6.0 image: quay.io/cephcsi/cephcsi:v3.6.0
args: args:
- "--nodeid=$(NODE_ID)" - "--nodeid=$(NODE_ID)"
@ -167,7 +167,7 @@ spec:
mountPath: /run/secrets/tokens mountPath: /run/secrets/tokens
readOnly: true readOnly: true
- name: csi-rbdplugin-controller - name: csi-rbdplugin-controller
# for stable functionality replace v3.6.0 with latest release version # for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.6.0 image: quay.io/cephcsi/cephcsi:v3.6.0
args: args:
- "--type=controller" - "--type=controller"