Skip to content

Commit 317e66e

Browse files
authored
mintmaker: Remove cluster-specific controller image overrides (#7543)
Since Kueue is now deployed to all clusters, a single, consistent controller image can be used across all production clusters. This reverts 8b2e636 where the temporary override was applied for clusters with early Kueue deployments.
1 parent eb3c899 commit 317e66e

File tree

6 files changed

+0
-36
lines changed

6 files changed

+0
-36
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ 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-
126
patches:
137
- path: pipelines-as-code-secret-path.yaml
148
target:

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ 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-
126
patches:
137
- path: pipelines-as-code-secret-path.yaml
148
target:

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ 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-
126
patches:
137
- path: pipelines-as-code-secret-path.yaml
148
target:

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ 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-
126
patches:
137
- path: pipelines-as-code-secret-path.yaml
148
target:

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ 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-
126
patches:
137
- path: pipelines-as-code-secret-path.yaml
148
target:

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ 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-
126
patches:
137
- path: pipelines-as-code-secret-path.yaml
148
target:

0 commit comments

Comments
 (0)