Skip to content

Commit

Permalink
deploy: Update provisioner image repository
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
karthik-us authored and mergify[bot] committed Jul 13, 2023
1 parent 4a263fc commit 89ad6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/ceph-csi-rbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down

0 comments on commit 89ad6e8

Please sign in to comment.