Skip to content

Commit ce86bcd

Browse files
mintmaker update (#9365)
* update components/mintmaker/development/kustomization.yaml * update components/mintmaker/staging/base/kustomization.yaml * update components/mintmaker/production/base/kustomization.yaml --------- Co-authored-by: rh-tap-build-team[bot] <127938674+rh-tap-build-team[bot]@users.noreply.github.com> Co-authored-by: Qixiang Wan <[email protected]>
1 parent e2a8d01 commit ce86bcd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

components/mintmaker/development/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../base
5-
- https://github.com/konflux-ci/mintmaker/config/default?ref=8a12c3f643836c401d1e5d16bd2c1e45c65828d4
6-
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=8a12c3f643836c401d1e5d16bd2c1e45c65828d4
5+
- https://github.com/konflux-ci/mintmaker/config/default?ref=e2870d22cda48e7f55ba6cb122737a4735fce3a6
6+
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=e2870d22cda48e7f55ba6cb122737a4735fce3a6
77

88
images:
99
- name: quay.io/konflux-ci/mintmaker
1010
newName: quay.io/konflux-ci/mintmaker
11-
newTag: 8a12c3f643836c401d1e5d16bd2c1e45c65828d4
11+
newTag: e2870d22cda48e7f55ba6cb122737a4735fce3a6
1212
- name: quay.io/konflux-ci/mintmaker-renovate-image
1313
newName: quay.io/konflux-ci/mintmaker-renovate-image
1414
newTag: latest

components/mintmaker/production/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ kind: Kustomization
33
resources:
44
- ../../base
55
- ../../base/external-secrets
6-
- https://github.com/konflux-ci/mintmaker/config/default?ref=8a12c3f643836c401d1e5d16bd2c1e45c65828d4
7-
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=8a12c3f643836c401d1e5d16bd2c1e45c65828d4
6+
- https://github.com/konflux-ci/mintmaker/config/default?ref=e2870d22cda48e7f55ba6cb122737a4735fce3a6
7+
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=e2870d22cda48e7f55ba6cb122737a4735fce3a6
88

99
namespace: mintmaker
1010

1111
images:
1212
- name: quay.io/konflux-ci/mintmaker
1313
newName: quay.io/konflux-ci/mintmaker
14-
newTag: 8a12c3f643836c401d1e5d16bd2c1e45c65828d4
14+
newTag: e2870d22cda48e7f55ba6cb122737a4735fce3a6
1515
- name: quay.io/konflux-ci/mintmaker-renovate-image
1616
newName: quay.io/konflux-ci/mintmaker-renovate-image
1717
newTag: 1afb09607fc9c9ddd88d23c308080dd320064bfc

components/mintmaker/staging/base/kustomization.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ resources:
44
- ../../base
55
- ../../base/external-secrets
66
- ../blackbox
7-
- https://github.com/konflux-ci/mintmaker/config/default?ref=8a12c3f643836c401d1e5d16bd2c1e45c65828d4
8-
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=8a12c3f643836c401d1e5d16bd2c1e45c65828d4
7+
- https://github.com/konflux-ci/mintmaker/config/default?ref=e2870d22cda48e7f55ba6cb122737a4735fce3a6
8+
- https://github.com/konflux-ci/mintmaker/config/renovate?ref=e2870d22cda48e7f55ba6cb122737a4735fce3a6
99

1010
namespace: mintmaker
1111

1212
images:
1313
- name: quay.io/konflux-ci/mintmaker
1414
newName: quay.io/konflux-ci/mintmaker
15-
newTag: 8a12c3f643836c401d1e5d16bd2c1e45c65828d4
15+
newTag: e2870d22cda48e7f55ba6cb122737a4735fce3a6
1616
- name: quay.io/konflux-ci/mintmaker-renovate-image
1717
newName: quay.io/konflux-ci/mintmaker-renovate-image
1818
newTag: 1afb09607fc9c9ddd88d23c308080dd320064bfc

0 commit comments

Comments
 (0)