Skip to content

Commit

Permalink
refactor(RELEASE-977): migrate to konflux-ci quay org
Browse files Browse the repository at this point in the history
This commit changes the references to redhat-appstudio/release-service
to konflux-ci/release-service as the location for pushing this operator
was migrated.

Signed-off-by: Johnny Bieren <[email protected]>
  • Loading branch information
johnbieren committed Jun 13, 2024
1 parent 758a1d4 commit 9b8a9a7
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 @@ -41,7 +41,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
# redhat.com/release-service-bundle:$VERSION and redhat.com/release-service-catalog:$VERSION.
IMAGE_TAG_BASE ?= quay.io/redhat-appstudio/release-service
IMAGE_TAG_BASE ?= quay.io/konflux-ci/release-service

# 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 @@ -18,5 +18,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/redhat-appstudio/release-service
newName: quay.io/konflux-ci/release-service
newTag: next

0 comments on commit 9b8a9a7

Please sign in to comment.