deploy: Update provisioner image repository

Update ceph-csi-rbd helm chart to use the released image
repo for csi-provisioner instead of the staging repo.

Fixes: #3976
Signed-off-by: karthik-us <ksubrahm@redhat.com>
(cherry picked from commit 89ad6e8c53)
This commit is contained in:
karthik-us 2023-07-12 22:07:30 +05:30 committed by mergify[bot]
parent 9c5e921839
commit 15931b2e4f

View File

@ -216,7 +216,7 @@ provisioner:
provisioner:
image:
repository: gcr.io/k8s-staging-sig-storage/csi-provisioner
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.5.0
pullPolicy: IfNotPresent
resources: {}