Skip to content

Commit

Permalink
integration-service update (#4942)
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 Nov 21, 2024
1 parent 12dc9c4 commit 697656b
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=d5085ad39c83bdd59b5085a1ac03a49df63f935e
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=d5085ad39c83bdd59b5085a1ac03a49df63f935e
- https://github.com/konflux-ci/integration-service/config/default?ref=3330c2dca9f84664954491282e1e5608c6c25c13
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=3330c2dca9f84664954491282e1e5608c6c25c13

images:
- name: quay.io/redhat-appstudio/integration-service
newName: quay.io/redhat-appstudio/integration-service
newTag: d5085ad39c83bdd59b5085a1ac03a49df63f935e
newTag: 3330c2dca9f84664954491282e1e5608c6c25c13

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=d5085ad39c83bdd59b5085a1ac03a49df63f935e
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=d5085ad39c83bdd59b5085a1ac03a49df63f935e
- https://github.com/konflux-ci/integration-service/config/default?ref=3330c2dca9f84664954491282e1e5608c6c25c13
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=3330c2dca9f84664954491282e1e5608c6c25c13

images:
- name: quay.io/redhat-appstudio/integration-service
newName: quay.io/redhat-appstudio/integration-service
newTag: d5085ad39c83bdd59b5085a1ac03a49df63f935e
newTag: 3330c2dca9f84664954491282e1e5608c6c25c13

configMapGenerator:
- name: integration-config
Expand Down

0 comments on commit 697656b

Please sign in to comment.