Skip to content

Commit d18eb95

Browse files
authored
Update PAC image on rh02 and rh03 & Enable queuing for all pipelineruns on rh02 and rh03 (#7615)
* Update PAC image on rh02 and rh03 The images contain a fix required for enabling Kueue on all pipelineruns. Signed-off-by: Gal Ben Haim <[email protected]> * Enable queuing for all pipelineruns on rh02 and rh03 Signed-off-by: Gal Ben Haim <[email protected]> --------- Signed-off-by: Gal Ben Haim <[email protected]>
1 parent 70f3f7a commit d18eb95

File tree

8 files changed

+55
-22
lines changed

8 files changed

+55
-22
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,5 @@ resources:
44
- ../base
55
- queue-config
66

7-
patches:
8-
- target:
9-
kind: MutatingWebhookConfiguration
10-
name: tekton-kueue-mutating-webhook-configuration
11-
patch: |-
12-
- op: replace
13-
path: /webhooks/0/namespaceSelector
14-
value:
15-
matchLabels:
16-
kubernetes.io/metadata.name: mintmaker
17-
187
commonAnnotations:
198
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,5 @@ resources:
44
- ../base
55
- queue-config
66

7-
patches:
8-
- target:
9-
kind: MutatingWebhookConfiguration
10-
name: tekton-kueue-mutating-webhook-configuration
11-
patch: |-
12-
- op: replace
13-
path: /webhooks/0/namespaceSelector
14-
value:
15-
matchLabels:
16-
kubernetes.io/metadata.name: mintmaker
17-
187
commonAnnotations:
198
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

components/pipeline-service/production/kflux-prd-rh02/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,6 +2571,12 @@ spec:
25712571
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
25722572
- name: IMAGE_PIPELINES_PROXY
25732573
value: quay.io/openshift-pipeline/pipelines-operator-proxy-rhel9@sha256:e37a2b061eff6984f8d341825e5989e459de4125322e33480ac01dce5a57c801
2574+
- name: IMAGE_PAC_PAC_CONTROLLER
2575+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
2576+
- name: IMAGE_PAC_PAC_WATCHER
2577+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
2578+
- name: IMAGE_PAC_PAC_WEBHOOK
2579+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef
25742580
name: openshift-pipelines-operator-rh
25752581
source: custom-operators
25762582
sourceNamespace: openshift-marketplace

components/pipeline-service/production/kflux-prd-rh02/resources/kustomization.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,8 @@ patches:
4242
target:
4343
kind: Subscription
4444
name: openshift-pipelines-operator
45+
- path: override-pac-images.yaml
46+
target:
47+
kind: Subscription
48+
name: openshift-pipelines-operator
49+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- op: add
2+
path: /spec/config/env/-
3+
value:
4+
name: IMAGE_PAC_PAC_CONTROLLER
5+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
6+
7+
- op: add
8+
path: /spec/config/env/-
9+
value:
10+
name: IMAGE_PAC_PAC_WATCHER
11+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
12+
13+
- op: add
14+
path: /spec/config/env/-
15+
value:
16+
name: IMAGE_PAC_PAC_WEBHOOK
17+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef

components/pipeline-service/production/kflux-prd-rh03/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2569,6 +2569,12 @@ spec:
25692569
value: "false"
25702570
- name: IMAGE_ADDONS_TKN_CLI_SERVE
25712571
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2572+
- name: IMAGE_PAC_PAC_CONTROLLER
2573+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
2574+
- name: IMAGE_PAC_PAC_WATCHER
2575+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
2576+
- name: IMAGE_PAC_PAC_WEBHOOK
2577+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef
25722578
name: openshift-pipelines-operator-rh
25732579
source: custom-operators
25742580
sourceNamespace: openshift-marketplace

components/pipeline-service/production/kflux-prd-rh03/resources/kustomization.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ patches:
3838
target:
3939
kind: TektonConfig
4040
name: config
41+
- path: override-pac-images.yaml
42+
target:
43+
kind: Subscription
44+
name: openshift-pipelines-operator
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
- op: add
2+
path: /spec/config/env/-
3+
value:
4+
name: IMAGE_PAC_PAC_CONTROLLER
5+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
6+
7+
- op: add
8+
path: /spec/config/env/-
9+
value:
10+
name: IMAGE_PAC_PAC_WATCHER
11+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
12+
13+
- op: add
14+
path: /spec/config/env/-
15+
value:
16+
name: IMAGE_PAC_PAC_WEBHOOK
17+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef

0 commit comments

Comments
 (0)