mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
ci: use canary csi-provisioner image to test different sc clones
This commit is added to use canary csi-provisioner image to test different sc pvc-pvc cloning feature, which is not yet present in released versions. refer: https://github.com/kubernetes-csi/external-provisioner/pull/699 Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
@ -199,8 +199,12 @@ provisioner:
|
||||
|
||||
provisioner:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-provisioner
|
||||
tag: v3.1.0
|
||||
# TODO: replace with released image version.
|
||||
# canary image is being to be used to test pvc-pvc clone
|
||||
# with differe sc feature.
|
||||
# see: https://github.com/kubernetes-csi/external-provisioner/pull/699
|
||||
repository: gcr.io/k8s-staging-sig-storage/csi-provisioner
|
||||
tag: canary
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
|
||||
|
Reference in New Issue
Block a user