revert: revert back 3.8.0 template changes

revert back the template changes for 3.8.0
release and use canary 3.8 tag

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2023-02-22 16:44:39 +01:00
committed by mergify[bot]
parent e13e72af0b
commit 3668037797
9 changed files with 15 additions and 15 deletions

View File

@ -51,7 +51,7 @@ spec:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.8.0
image: quay.io/cephcsi/cephcsi:v3.8-canary
args:
- "--nodeid=$(NODE_ID)"
- "--pluginpath=/var/lib/kubelet/plugins"
@ -135,7 +135,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.8.0
image: quay.io/cephcsi/cephcsi:v3.8-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"