Skip to content

Commit

Permalink
integration-service update (#5167)
Browse files Browse the repository at this point in the history
* update components/integration/development/kustomization.yaml

* update components/integration/staging/base/kustomization.yaml

---------

Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com>
  • Loading branch information
rh-tap-build-team[bot] authored Jan 8, 2025
1 parent f9110b4 commit 1cc9f62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/integration/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
- https://github.com/konflux-ci/integration-service/config/default?ref=8ac27b000a604693ae94053f17ca631455cd23cf
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=8ac27b000a604693ae94053f17ca631455cd23cf
- https://github.com/konflux-ci/integration-service/config/default?ref=7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53

images:
- name: quay.io/konflux-ci/integration-service
newName: quay.io/konflux-ci/integration-service
newTag: 8ac27b000a604693ae94053f17ca631455cd23cf
newTag: 7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53

configMapGenerator:
- name: integration-config
Expand Down
6 changes: 3 additions & 3 deletions components/integration/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ kind: Kustomization
resources:
- ../../base
- ../../base/external-secrets
- https://github.com/konflux-ci/integration-service/config/default?ref=8ac27b000a604693ae94053f17ca631455cd23cf
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=8ac27b000a604693ae94053f17ca631455cd23cf
- https://github.com/konflux-ci/integration-service/config/default?ref=7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53

images:
- name: quay.io/konflux-ci/integration-service
newName: quay.io/konflux-ci/integration-service
newTag: 8ac27b000a604693ae94053f17ca631455cd23cf
newTag: 7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53

configMapGenerator:
- name: integration-config
Expand Down

0 comments on commit 1cc9f62

Please sign in to comment.