helm: changes the image to v3.5.1 instead of canary for release

This commit changes the provisioner and plugin images
for 3.5.1 image in helm charts.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-01-20 20:27:04 +05:30 committed by mergify[bot]
parent 3c4177a4c2
commit 00f88e58a0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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