From 63fbbb3210e50dabd7cf6c3db713defa8f8e80ff Mon Sep 17 00:00:00 2001 From: r0zbot Date: Wed, 30 Aug 2023 04:29:33 -0300 Subject: [PATCH] fix image tag base --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b1c50d9..e49c181 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL) # # For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both # rocket.chat/airlock-bundle:$VERSION and rocket.chat/airlock-catalog:$VERSION. -IMAGE_TAG_BASE ?= dockerhub.com/airlock +IMAGE_TAG_BASE ?= rocketchat/airlock # BUNDLE_IMG defines the image:tag used for the bundle. # You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=/:) diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 7b4bb5a..e3ac2cb 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: dockerhub.com/airlock + newName: rocketchat/airlock newTag: 0.1.0