mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
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>
This commit is contained in:
@ -216,7 +216,7 @@ provisioner:
|
|||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
image:
|
image:
|
||||||
repository: gcr.io/k8s-staging-sig-storage/csi-provisioner
|
repository: registry.k8s.io/sig-storage/csi-provisioner
|
||||||
tag: v3.5.0
|
tag: v3.5.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
resources: {}
|
resources: {}
|
||||||
|
Reference in New Issue
Block a user