Skip to content

Commit b7e62f7

Browse files
authored
Update PAC and enable queuing of all PLRs on RH01 (#7618)
* Update PAC image on rh01 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 rh01 Signed-off-by: Gal Ben Haim <[email protected]> --------- Signed-off-by: Gal Ben Haim <[email protected]>
1 parent d18eb95 commit b7e62f7

File tree

4 files changed

+27
-12
lines changed

4 files changed

+27
-12
lines changed

components/kueue/production/stone-prd-rh01/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/stone-prd-rh01/deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2539,6 +2539,12 @@ spec:
25392539
value: "false"
25402540
- name: IMAGE_ADDONS_TKN_CLI_SERVE
25412541
value: registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2542+
- name: IMAGE_PAC_PAC_CONTROLLER
2543+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-controller-rhel9:03e2807aa027874d603600712005820a7cf0961a454344cf5e2e3b70148379de
2544+
- name: IMAGE_PAC_PAC_WATCHER
2545+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-watcher-rhel9:5887db9658dc4f148e3c515577a365c0934ce3de39f8769dcf07e62e3fa9e2af
2546+
- name: IMAGE_PAC_PAC_WEBHOOK
2547+
value: quay.io/openshift-pipeline/pipelines-pipelines-as-code-webhook-rhel9:6d6122ec424d243e72d465e936a26c24576ee98df1da3335b59452f9275521ef
25422548
name: openshift-pipelines-operator-rh
25432549
source: custom-operators
25442550
sourceNamespace: openshift-marketplace

components/pipeline-service/production/stone-prd-rh01/resources/kustomization.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ patches:
2727
group: external-secrets.io
2828
version: v1beta1
2929
kind: ExternalSecret
30-
30+
- path: override-pac-images.yaml
31+
target:
32+
kind: Subscription
33+
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)