Skip to content

Commit

Permalink
mintmaker update (#4257)
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 Aug 6, 2024
1 parent 2164577 commit 7c715ee
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=7dc2c31867598589c52b11fe9c88c2b342f0f1db
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=7dc2c31867598589c52b11fe9c88c2b342f0f1db
- https://github.com/konflux-ci/mintmaker/config/default?ref=9e7d6a34b6496ea4b90c82b28ace889e1f2fe395
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=9e7d6a34b6496ea4b90c82b28ace889e1f2fe395

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: 7dc2c31867598589c52b11fe9c88c2b342f0f1db
newTag: 9e7d6a34b6496ea4b90c82b28ace889e1f2fe395

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

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: 7dc2c31867598589c52b11fe9c88c2b342f0f1db
newTag: 9e7d6a34b6496ea4b90c82b28ace889e1f2fe395

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

0 comments on commit 7c715ee

Please sign in to comment.