deploy: revert template changes of 3.7.0 to canary

Helm deployments and other deploy scripts are updated to have
canary tag in the release version

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-08-22 09:29:38 +05:30
committed by mergify[bot]
parent 34fd27bbd1
commit 0dde0e32b1
10 changed files with 16 additions and 16 deletions

View File

@ -88,7 +88,7 @@ spec:
mountPath: /csi
- name: csi-nfsplugin
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.7.0
image: quay.io/cephcsi/cephcsi:v3.7-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=nfs"
@ -120,7 +120,7 @@ spec:
- name: keys-tmp-dir
mountPath: /tmp/csi/keys
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:v3.7.0
image: quay.io/cephcsi/cephcsi:v3.7-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -49,7 +49,7 @@ spec:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.7.0
image: quay.io/cephcsi/cephcsi:v3.7-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=nfs"