Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote integration-service from staging to production #5359

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/integration/production/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=7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=7744cfb61a71a1e59f1a6e9ca61c9c42711b6d53
- https://github.com/konflux-ci/integration-service/config/default?ref=b8d2b410a686a0b93d2e4e0be3409b74aa67f132
- https://github.com/konflux-ci/integration-service/config/snapshotgc?ref=b8d2b410a686a0b93d2e4e0be3409b74aa67f132

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

configMapGenerator:
- name: integration-config
Expand Down
Loading