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=07fe9c32102074befdcbb951167824069868bc40
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=07fe9c32102074befdcbb951167824069868bc40
- https://github.com/konflux-ci/mintmaker/config/default?ref=85962df3895522eb8df1d39438b0b85bcde3438a
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=85962df3895522eb8df1d39438b0b85bcde3438a

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: 07fe9c32102074befdcbb951167824069868bc40
newTag: 85962df3895522eb8df1d39438b0b85bcde3438a
- 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=07fe9c32102074befdcbb951167824069868bc40
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=07fe9c32102074befdcbb951167824069868bc40
- https://github.com/konflux-ci/mintmaker/config/default?ref=85962df3895522eb8df1d39438b0b85bcde3438a
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=85962df3895522eb8df1d39438b0b85bcde3438a

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: 07fe9c32102074befdcbb951167824069868bc40
newTag: 85962df3895522eb8df1d39438b0b85bcde3438a
- name: quay.io/konflux-ci/mintmaker-renovate-image
newName: quay.io/konflux-ci/mintmaker-renovate-image
newTag: 85fc13dc7c9d7e05db49cccbee96b8aed46a771e
Expand Down
Loading