File tree Expand file tree Collapse file tree 4 files changed +27
-12
lines changed
kueue/production/stone-prd-rh01
pipeline-service/production/stone-prd-rh01 Expand file tree Collapse file tree 4 files changed +27
-12
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,5 @@ resources:
4
4
- ../base
5
5
- queue-config
6
6
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
-
18
7
commonAnnotations :
19
8
argocd.argoproj.io/sync-options : SkipDryRunOnMissingResource=true
Original file line number Diff line number Diff line change @@ -2539,6 +2539,12 @@ spec:
2539
2539
value : " false"
2540
2540
- name : IMAGE_ADDONS_TKN_CLI_SERVE
2541
2541
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
2542
2548
name : openshift-pipelines-operator-rh
2543
2549
source : custom-operators
2544
2550
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -27,4 +27,7 @@ patches:
27
27
group : external-secrets.io
28
28
version : v1beta1
29
29
kind : ExternalSecret
30
-
30
+ - path : override-pac-images.yaml
31
+ target :
32
+ kind : Subscription
33
+ name : openshift-pipelines-operator
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments