Skip to content

Promoting component mintmaker from stage to prod #6122

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions components/mintmaker/production/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ kind: Kustomization
resources:
- ../../base
- ../../base/external-secrets
- https://github.com/konflux-ci/mintmaker/config/default?ref=c01225abd4e541b4ee6fec84ae787ac20511806c
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=c01225abd4e541b4ee6fec84ae787ac20511806c
- https://github.com/konflux-ci/mintmaker/config/default?ref=74f0afef5157cdb7bce03e63efb793fece700af6
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=74f0afef5157cdb7bce03e63efb793fece700af6

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: c01225abd4e541b4ee6fec84ae787ac20511806c
newTag: 74f0afef5157cdb7bce03e63efb793fece700af6
- name: quay.io/konflux-ci/mintmaker-renovate-image
newName: quay.io/konflux-ci/mintmaker-renovate-image
newTag: 2f0119d59a32acd18dd678df07188aa3887ff7b1
newTag: 8829d674d6849c422717094032f43dacdea31bcf

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
Expand Down