diff --git a/.github/workflows/build-and-publish.yaml b/.github/workflows/build-and-publish.yaml index 922e309f..4334333b 100644 --- a/.github/workflows/build-and-publish.yaml +++ b/.github/workflows/build-and-publish.yaml @@ -18,7 +18,7 @@ env: RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0 RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0 RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.2 - RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.1-8 + RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.1 RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8 RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0 diff --git a/.github/workflows/develop-image.yaml b/.github/workflows/develop-image.yaml index 4f4b5058..79ff6617 100644 --- a/.github/workflows/develop-image.yaml +++ b/.github/workflows/develop-image.yaml @@ -15,7 +15,7 @@ env: RELATED_IMAGE_CSIV1_EXTERNAL_RESIZER=quay.io/k8scsi/csi-resizer:v1.1.0 RELATED_IMAGE_CSIV1_EXTERNAL_SNAPSHOTTER=quay.io/k8scsi/csi-snapshotter:v4.0.0 RELATED_IMAGE_STORAGEOS_INIT=storageos/init:v2.1.2 - RELATED_IMAGE_STORAGEOS_NODE=soegarots/node:v2-release-v2.8.1-8 + RELATED_IMAGE_STORAGEOS_NODE=storageos/node:v2.8.1 RELATED_IMAGE_NODE_MANAGER=storageos/node-manager:v0.0.8 RELATED_IMAGE_UPGRADE_GUARD=storageos/upgrade-guard:v0.0.4 RELATED_IMAGE_CSIV1_NODE_DRIVER_REGISTRAR=quay.io/k8scsi/csi-node-driver-registrar:v2.1.0