diff --git a/test/addons/csi-addons/cache b/test/addons/csi-addons/cache index 2b1a856b1..47baa063f 100755 --- a/test/addons/csi-addons/cache +++ b/test/addons/csi-addons/cache @@ -7,4 +7,4 @@ import os from drenv import cache os.chdir(os.path.dirname(__file__)) -cache.refresh(".", "addons/csi-addons-0.10.0.yaml") +cache.refresh(".", "addons/csi-addons-0.10.0-1.yaml") diff --git a/test/addons/csi-addons/kustomization.yaml b/test/addons/csi-addons/kustomization.yaml index 5aeb4a615..c3313889a 100644 --- a/test/addons/csi-addons/kustomization.yaml +++ b/test/addons/csi-addons/kustomization.yaml @@ -8,5 +8,5 @@ resources: - https://github.com/csi-addons/kubernetes-csi-addons/releases/download/v0.10.0/setup-controller.yaml images: - - name: quay.io/csiaddons/k8s-controller - newTag: v0.10.0 + - name: quay.io/ypadia/k8s-controller + newTag: vr-status diff --git a/test/addons/csi-addons/start b/test/addons/csi-addons/start index d0f3351e2..ed1a32f09 100755 --- a/test/addons/csi-addons/start +++ b/test/addons/csi-addons/start @@ -12,7 +12,7 @@ from drenv import cache def deploy(cluster): print("Deploying csi addon for volume replication") - path = cache.get(".", "addons/csi-addons-0.10.0.yaml") + path = cache.get(".", "addons/csi-addons-0.10.0-1.yaml") kubectl.apply("--filename", path, context=cluster)