File tree Expand file tree Collapse file tree 8 files changed +55
-22
lines changed
pipeline-service/production Expand file tree Collapse file tree 8 files changed +55
-22
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 @@ -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 @@ -2571,6 +2571,12 @@ spec:
2571
2571
value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2572
2572
- name : IMAGE_PIPELINES_PROXY
2573
2573
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
2574
2580
name : openshift-pipelines-operator-rh
2575
2581
source : custom-operators
2576
2582
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -42,3 +42,8 @@ patches:
42
42
target :
43
43
kind : Subscription
44
44
name : openshift-pipelines-operator
45
+ - path : override-pac-images.yaml
46
+ target :
47
+ kind : Subscription
48
+ name : openshift-pipelines-operator
49
+
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
Original file line number Diff line number Diff line change @@ -2569,6 +2569,12 @@ spec:
2569
2569
value : " false"
2570
2570
- name : IMAGE_ADDONS_TKN_CLI_SERVE
2571
2571
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
2572
2578
name : openshift-pipelines-operator-rh
2573
2579
source : custom-operators
2574
2580
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -38,3 +38,7 @@ patches:
38
38
target :
39
39
kind : TektonConfig
40
40
name : config
41
+ - path : override-pac-images.yaml
42
+ target :
43
+ kind : Subscription
44
+ 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