diff --git a/components/mintmaker/development/kustomization.yaml b/components/mintmaker/development/kustomization.yaml index 58ecc7c5db1..7fab188e530 100644 --- a/components/mintmaker/development/kustomization.yaml +++ b/components/mintmaker/development/kustomization.yaml @@ -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 diff --git a/components/mintmaker/staging/base/kustomization.yaml b/components/mintmaker/staging/base/kustomization.yaml index 3bc7a139ad8..5298616e514 100644 --- a/components/mintmaker/staging/base/kustomization.yaml +++ b/components/mintmaker/staging/base/kustomization.yaml @@ -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