Skip to content

Commit 57d3b58

Browse files
committed
update volumeGroup production image
Signed-off-by: matancarmeli7 <matan.carmeli7@gmail.com>
1 parent 111db02 commit 57d3b58

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/docker-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
push:
99
name: Push Image
1010
runs-on: ubuntu-latest
11-
if: github.repository == 'csi-addons/volume-replication-operator'
1211
strategy:
1312
fail-fast: false
1413
matrix:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
2929
BUNDLE_IMG ?= controller-bundle:$(VERSION)
3030

3131
# Image URL to use all building/pushing image targets
32-
IMG_NAME ?= quay.io/csiaddons/volumereplication-operator
33-
IMG_TAG ?= latest
32+
IMG_NAME ?= quay.io/ibmcsiblock/csi-block-volumereplication-operator
33+
IMG_TAG ?= v0.9.0
3434
IMG=${IMG_NAME}:${IMG_TAG}
3535
image_arch_list=linux/amd64,linux/ppc64le,linux/s390x
3636
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)

0 commit comments

Comments
 (0)