Skip to content
Merged
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=a2e673f5f07cf3a9a893fb8c3c3febd522a460f2
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=a2e673f5f07cf3a9a893fb8c3c3febd522a460f2
- https://github.com/konflux-ci/mintmaker/config/default?ref=ed27b4872df93a19641348240f243065adcd90d9
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=ed27b4872df93a19641348240f243065adcd90d9

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: a2e673f5f07cf3a9a893fb8c3c3febd522a460f2
newTag: ed27b4872df93a19641348240f243065adcd90d9

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 @@ -4,15 +4,15 @@ resources:
- ../../base
- ../../base/external-secrets
- ../blackbox
- https://github.com/konflux-ci/mintmaker/config/default?ref=a2e673f5f07cf3a9a893fb8c3c3febd522a460f2
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=a2e673f5f07cf3a9a893fb8c3c3febd522a460f2
- https://github.com/konflux-ci/mintmaker/config/default?ref=ed27b4872df93a19641348240f243065adcd90d9
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=ed27b4872df93a19641348240f243065adcd90d9

namespace: mintmaker

images:
- name: quay.io/konflux-ci/mintmaker
newName: quay.io/konflux-ci/mintmaker
newTag: a2e673f5f07cf3a9a893fb8c3c3febd522a460f2
newTag: ed27b4872df93a19641348240f243065adcd90d9
- name: quay.io/konflux-ci/mintmaker-renovate-image
newName: quay.io/konflux-ci/mintmaker-renovate-image
newTag: a8ab20967e8333a396100d805a77e21c93009561
Expand Down