Skip to content

Commit

Permalink
chore(STONEINTG-949): migrate service image to konflux-ci
Browse files Browse the repository at this point in the history
Signed-off-by: dirgim <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
dirgim committed Nov 28, 2024
1 parent b547faa commit 55042cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
# redhat.com/integration-service-bundle:$VERSION and my.domain/integration-service-catalog:$VERSION.
IMAGE_TAG_BASE ?= quay.io/redhat-appstudio/integration-service
IMAGE_TAG_BASE ?= quay.io/konflux-ci/integration-service

# TAG_NAME defines the tag for the new image
TAG_NAME ?= next
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/redhat-appstudio/integration-service
newName: quay.io/konflux-ci/integration-service
newTag: latest
2 changes: 1 addition & 1 deletion config/snapshotgc/snapshotgc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
containers:
- name: test-gc
image: >-
quay.io/redhat-appstudio/integration-service:latest
quay.io/konflux-ci/integration-service:latest
command:
- /snapshotgc
- --zap-log-level=debug
Expand Down
2 changes: 1 addition & 1 deletion docs/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Maintainers will complete the following section

- [ ] Commit messages are descriptive enough ([hints](https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/))
- [ ] Code coverage from testing does not decrease and new code is covered ([check the PR coverage on codecov](https://app.codecov.io/gh/redhat-appstudio/integration-service/pulls))
- [ ] Code coverage from testing does not decrease and new code is covered ([check the PR coverage on codecov](https://app.codecov.io/gh/konflux-ci/integration-service/pulls))
- [ ] [Controllers diagrams](https://github.com/konflux-ci/integration-service/tree/main/docs) are updated when PR changes controllers code (if applicable)

0 comments on commit 55042cf

Please sign in to comment.