Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Katka92 committed Oct 11, 2024
2 parents 668e966 + ba78943 commit ccd0898
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=7328a24b292980ee906e58fc1b7239751a3c5793
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=7328a24b292980ee906e58fc1b7239751a3c5793
- https://github.com/konflux-ci/integration-service/config/default?ref=1f58752c865bc478f96f8740841d84ec7fc84b7c
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=1f58752c865bc478f96f8740841d84ec7fc84b7c

images:
- name: quay.io/redhat-appstudio/integration-service
newName: quay.io/redhat-appstudio/integration-service
newTag: 7328a24b292980ee906e58fc1b7239751a3c5793
newTag: 1f58752c865bc478f96f8740841d84ec7fc84b7c

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=7328a24b292980ee906e58fc1b7239751a3c5793
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=7328a24b292980ee906e58fc1b7239751a3c5793
- https://github.com/konflux-ci/integration-service/config/default?ref=1f58752c865bc478f96f8740841d84ec7fc84b7c
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=1f58752c865bc478f96f8740841d84ec7fc84b7c

images:
- name: quay.io/redhat-appstudio/integration-service
newName: quay.io/redhat-appstudio/integration-service
newTag: 7328a24b292980ee906e58fc1b7239751a3c5793
newTag: 1f58752c865bc478f96f8740841d84ec7fc84b7c

configMapGenerator:
- name: integration-config
Expand Down

0 comments on commit ccd0898

Please sign in to comment.