Skip to content

Commit

Permalink
mintmaker update (#5018)
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 Dec 2, 2024
1 parent 36561f9 commit 10a73f1
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=aa4bd5f2ccee6bfc8352b8e2631cfbe9a4230b37
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=aa4bd5f2ccee6bfc8352b8e2631cfbe9a4230b37
- https://github.com/konflux-ci/mintmaker/config/default?ref=bc5123d66773c7c6dbd4465f29eb0a85f70fb882
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=bc5123d66773c7c6dbd4465f29eb0a85f70fb882

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: aa4bd5f2ccee6bfc8352b8e2631cfbe9a4230b37
newTag: bc5123d66773c7c6dbd4465f29eb0a85f70fb882

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=aa4bd5f2ccee6bfc8352b8e2631cfbe9a4230b37
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=aa4bd5f2ccee6bfc8352b8e2631cfbe9a4230b37
- https://github.com/konflux-ci/mintmaker/config/default?ref=bc5123d66773c7c6dbd4465f29eb0a85f70fb882
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=bc5123d66773c7c6dbd4465f29eb0a85f70fb882

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: aa4bd5f2ccee6bfc8352b8e2631cfbe9a4230b37
newTag: bc5123d66773c7c6dbd4465f29eb0a85f70fb882

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

0 comments on commit 10a73f1

Please sign in to comment.