From 3e1654bca3df43edfb083cee1d459153c1655645 Mon Sep 17 00:00:00 2001 From: Nikita Bhatia Date: Fri, 26 May 2023 19:44:24 +0530 Subject: [PATCH] Update portworx plugin image --- deploy/plugin/plugin-deployment.yaml | 2 +- drivers/storage/portworx/testspec/plugin-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/plugin/plugin-deployment.yaml b/deploy/plugin/plugin-deployment.yaml index 1870c007a..bbcbfb2cb 100644 --- a/deploy/plugin/plugin-deployment.yaml +++ b/deploy/plugin/plugin-deployment.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: px-plugin - image: quay.io/purestorage/portworx-dynamic-plugin:1.0.0 + image: portworx/portworx-dynamic-plugin:1.0.0 ports: - containerPort: 9443 protocol: TCP diff --git a/drivers/storage/portworx/testspec/plugin-deployment.yaml b/drivers/storage/portworx/testspec/plugin-deployment.yaml index 1870c007a..bbcbfb2cb 100644 --- a/drivers/storage/portworx/testspec/plugin-deployment.yaml +++ b/drivers/storage/portworx/testspec/plugin-deployment.yaml @@ -25,7 +25,7 @@ spec: spec: containers: - name: px-plugin - image: quay.io/purestorage/portworx-dynamic-plugin:1.0.0 + image: portworx/portworx-dynamic-plugin:1.0.0 ports: - containerPort: 9443 protocol: TCP