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: ceph#3976
Signed-off-by: karthik-us <ksubrahm@redhat.com>
  • Loading branch information
karthik-us authored and iPraveenParihar committed Sep 6, 2023
1 parent ddf2e99 commit 8d0fa63
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 8d0fa63

Please sign in to comment.