Skip to content

Commit 4c59677

Browse files
mintmaker update (#4109)
* 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>
1 parent 139a809 commit 4c59677

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/mintmaker/development/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- https://github.com/konflux-ci/mintmaker/config/default?ref=28bfd5d517606d7bee28a1b1fa6148af187e00af
5+
- https://github.com/konflux-ci/mintmaker/config/default?ref=6eea6e2df253e2a0706382607234bac06f126753
66

77
images:
88
- name: quay.io/konflux-ci/mintmaker
99
newName: quay.io/konflux-ci/mintmaker
10-
newTag: 28bfd5d517606d7bee28a1b1fa6148af187e00af
10+
newTag: 6eea6e2df253e2a0706382607234bac06f126753
1111

1212
namespace: mintmaker
1313

components/mintmaker/staging/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ kind: Kustomization
33
resources:
44
- ../../base
55
- ../../base/external-secrets
6-
- https://github.com/konflux-ci/mintmaker/config/default?ref=28bfd5d517606d7bee28a1b1fa6148af187e00af
6+
- https://github.com/konflux-ci/mintmaker/config/default?ref=6eea6e2df253e2a0706382607234bac06f126753
77

88
namespace: mintmaker
99

1010
images:
1111
- name: quay.io/konflux-ci/mintmaker
1212
newName: quay.io/konflux-ci/mintmaker
13-
newTag: 28bfd5d517606d7bee28a1b1fa6148af187e00af
13+
newTag: 6eea6e2df253e2a0706382607234bac06f126753
1414

1515
commonAnnotations:
1616
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

0 commit comments

Comments
 (0)