Skip to content

Commit 8b2e636

Browse files
authored
mintmaker: update controller image in some clusters (#7482)
Kueue has been deployed to some clusters. Update the MintMaker controller in these clusters to stop updating PipelineRun status to work with Kueue.
1 parent 8bfc082 commit 8b2e636

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

components/mintmaker/production/kflux-ocp-p01/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ kind: Kustomization
33
resources:
44
- ../base
55
namespace: mintmaker
6+
7+
images:
8+
- name: quay.io/konflux-ci/mintmaker
9+
newName: quay.io/konflux-ci/mintmaker
10+
newTag: a3816e76f5e06ba3114731fc34fa14f76d442b6c
11+
612
patches:
713
- path: pipelines-as-code-secret-path.yaml
814
target:

components/mintmaker/production/kflux-osp-p01/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ kind: Kustomization
33
resources:
44
- ../base
55
namespace: mintmaker
6+
7+
images:
8+
- name: quay.io/konflux-ci/mintmaker
9+
newName: quay.io/konflux-ci/mintmaker
10+
newTag: a3816e76f5e06ba3114731fc34fa14f76d442b6c
11+
612
patches:
713
- path: pipelines-as-code-secret-path.yaml
814
target:

components/mintmaker/production/kflux-prd-rh02/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ kind: Kustomization
33
resources:
44
- ../base
55
namespace: mintmaker
6+
7+
images:
8+
- name: quay.io/konflux-ci/mintmaker
9+
newName: quay.io/konflux-ci/mintmaker
10+
newTag: a3816e76f5e06ba3114731fc34fa14f76d442b6c
11+
612
patches:
713
- path: pipelines-as-code-secret-path.yaml
814
target:

components/mintmaker/production/kflux-prd-rh03/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ kind: Kustomization
33
resources:
44
- ../base
55
namespace: mintmaker
6+
7+
images:
8+
- name: quay.io/konflux-ci/mintmaker
9+
newName: quay.io/konflux-ci/mintmaker
10+
newTag: a3816e76f5e06ba3114731fc34fa14f76d442b6c
11+
612
patches:
713
- path: pipelines-as-code-secret-path.yaml
814
target:

components/mintmaker/production/kflux-rhel-p01/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ kind: Kustomization
33
resources:
44
- ../base
55
namespace: mintmaker
6+
7+
images:
8+
- name: quay.io/konflux-ci/mintmaker
9+
newName: quay.io/konflux-ci/mintmaker
10+
newTag: a3816e76f5e06ba3114731fc34fa14f76d442b6c
11+
612
patches:
713
- path: pipelines-as-code-secret-path.yaml
814
target:

components/mintmaker/production/stone-prod-p01/kustomization.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ kind: Kustomization
33
resources:
44
- ../base
55
namespace: mintmaker
6+
7+
images:
8+
- name: quay.io/konflux-ci/mintmaker
9+
newName: quay.io/konflux-ci/mintmaker
10+
newTag: a3816e76f5e06ba3114731fc34fa14f76d442b6c
11+
612
patches:
713
- path: pipelines-as-code-secret-path.yaml
814
target:

0 commit comments

Comments
 (0)