Skip to content

Commit

Permalink
fix image tag base
Browse files Browse the repository at this point in the history
  • Loading branch information
r0zbot committed Aug 30, 2023
1 parent 7a28946 commit 63fbbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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=<some-registry>/<project-name-bundle>:<tag>)
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 63fbbb3

Please sign in to comment.