Skip to content

Commit

Permalink
mintmaker update (#4471)
Browse files Browse the repository at this point in the history
* update components/mintmaker/development/kustomization.yaml

* update components/mintmaker/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 Sep 13, 2024
1 parent fddeeac commit a39ca3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions components/mintmaker/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/mintmaker/config/default?ref=3e4242a75388470dc59de85f643ca322598e5a7e
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=3e4242a75388470dc59de85f643ca322598e5a7e
- https://github.com/konflux-ci/mintmaker/config/default?ref=e88dfd086908441c221d5e42a65c46f99fb24dfd
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=e88dfd086908441c221d5e42a65c46f99fb24dfd

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: 3e4242a75388470dc59de85f643ca322598e5a7e
newTag: e88dfd086908441c221d5e42a65c46f99fb24dfd

namespace: mintmaker

Expand Down
6 changes: 3 additions & 3 deletions components/mintmaker/staging/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=3e4242a75388470dc59de85f643ca322598e5a7e
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=3e4242a75388470dc59de85f643ca322598e5a7e
- https://github.com/konflux-ci/mintmaker/config/default?ref=e88dfd086908441c221d5e42a65c46f99fb24dfd
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=e88dfd086908441c221d5e42a65c46f99fb24dfd

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: 3e4242a75388470dc59de85f643ca322598e5a7e
newTag: e88dfd086908441c221d5e42a65c46f99fb24dfd

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

0 comments on commit a39ca3a

Please sign in to comment.