Skip to content
Open
Show file tree
Hide file tree
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
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=fc5c9899e3778a3ba25decc179e2044426abf13b
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=fc5c9899e3778a3ba25decc179e2044426abf13b
- https://github.com/konflux-ci/mintmaker/config/default?ref=9c4c6045d6b210885bb6b66915c487c313c732c0
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=9c4c6045d6b210885bb6b66915c487c313c732c0

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: fc5c9899e3778a3ba25decc179e2044426abf13b
newTag: 9c4c6045d6b210885bb6b66915c487c313c732c0
- name: quay.io/konflux-ci/mintmaker-renovate-image
newName: quay.io/konflux-ci/mintmaker-renovate-image
newTag: latest
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 @@ -4,15 +4,15 @@ resources:
- ../../base
- ../../base/external-secrets
- ../blackbox
- https://github.com/konflux-ci/mintmaker/config/default?ref=fc5c9899e3778a3ba25decc179e2044426abf13b
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=fc5c9899e3778a3ba25decc179e2044426abf13b
- https://github.com/konflux-ci/mintmaker/config/default?ref=9c4c6045d6b210885bb6b66915c487c313c732c0
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=9c4c6045d6b210885bb6b66915c487c313c732c0

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: fc5c9899e3778a3ba25decc179e2044426abf13b
newTag: 9c4c6045d6b210885bb6b66915c487c313c732c0
- name: quay.io/konflux-ci/mintmaker-renovate-image
newName: quay.io/konflux-ci/mintmaker-renovate-image
newTag: d626233abbe78bbd7a2abd1e51592d3d1a667f49
Expand Down
Loading