Skip to content

Commit

Permalink
Release new version of MintMaker to production
Browse files Browse the repository at this point in the history
Signed-off-by: Giulia Naponiello <[email protected]>
  • Loading branch information
gnaponie committed Nov 20, 2024
1 parent 1933040 commit 51c75bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions components/mintmaker/production/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ kind: Kustomization
resources:
- ../../base
- ../../base/external-secrets
- https://github.com/konflux-ci/mintmaker/config/default?ref=74cbd1816e7a6e333c3d0f1088bc1af1eb8b5844
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=74cbd1816e7a6e333c3d0f1088bc1af1eb8b5844
- https://github.com/konflux-ci/mintmaker/config/default?ref=945caa7bbd28e17dc6a7f033036ffb85a0584856
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=945caa7bbd28e17dc6a7f033036ffb85a0584856

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: 74cbd1816e7a6e333c3d0f1088bc1af1eb8b5844
newTag: 945caa7bbd28e17dc6a7f033036ffb85a0584856

commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
Expand Down
2 changes: 1 addition & 1 deletion components/mintmaker/production/base/manager_patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
memory: 256Mi
env:
- name: RENOVATE_IMAGE
value: "quay.io/konflux-ci/mintmaker-renovate-image:cdbc220"
value: "quay.io/konflux-ci/mintmaker-renovate-image:b230f13"

0 comments on commit 51c75bf

Please sign in to comment.