File tree Expand file tree Collapse file tree 9 files changed +62
-17
lines changed
components/pipeline-service/production Expand file tree Collapse file tree 9 files changed +62
-17
lines changed Original file line number Diff line number Diff line change @@ -1915,6 +1915,9 @@ spec:
1915
1915
spec :
1916
1916
containers :
1917
1917
- name : controller
1918
+ env :
1919
+ - name : GIT_SSL_CAINFO
1920
+ value : /tekton-custom-certs/ca-bundle.crt
1918
1921
resources :
1919
1922
limits :
1920
1923
memory : 10Gi
@@ -2052,7 +2055,7 @@ metadata:
2052
2055
namespace : openshift-marketplace
2053
2056
spec :
2054
2057
displayName : custom-operators
2055
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2058
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2056
2059
sourceType : grpc
2057
2060
updateStrategy :
2058
2061
registryPoll :
@@ -2075,6 +2078,8 @@ spec:
2075
2078
env :
2076
2079
- name : AUTOINSTALL_COMPONENTS
2077
2080
value : " false"
2081
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2082
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2078
2083
---
2079
2084
apiVersion : route.openshift.io/v1
2080
2085
kind : Route
Original file line number Diff line number Diff line change @@ -2421,7 +2421,10 @@ spec:
2421
2421
template :
2422
2422
spec :
2423
2423
containers :
2424
- - name : controller
2424
+ - env :
2425
+ - name : GIT_SSL_CAINFO
2426
+ value : /tekton-custom-certs/ca-bundle.crt
2427
+ name : controller
2425
2428
resources :
2426
2429
limits :
2427
2430
memory : 10Gi
@@ -2513,7 +2516,7 @@ metadata:
2513
2516
namespace : openshift-marketplace
2514
2517
spec :
2515
2518
displayName : custom-operators
2516
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2519
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2517
2520
sourceType : grpc
2518
2521
updateStrategy :
2519
2522
registryPoll :
@@ -2533,6 +2536,8 @@ spec:
2533
2536
env :
2534
2537
- name : AUTOINSTALL_COMPONENTS
2535
2538
value : " false"
2539
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2540
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2536
2541
name : openshift-pipelines-operator-rh
2537
2542
source : custom-operators
2538
2543
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -2452,7 +2452,10 @@ spec:
2452
2452
template :
2453
2453
spec :
2454
2454
containers :
2455
- - name : controller
2455
+ - env :
2456
+ - name : GIT_SSL_CAINFO
2457
+ value : /tekton-custom-certs/ca-bundle.crt
2458
+ name : controller
2456
2459
resources :
2457
2460
limits :
2458
2461
memory : 10Gi
@@ -2544,7 +2547,7 @@ metadata:
2544
2547
namespace : openshift-marketplace
2545
2548
spec :
2546
2549
displayName : custom-operators
2547
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2550
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2548
2551
sourceType : grpc
2549
2552
updateStrategy :
2550
2553
registryPoll :
@@ -2564,6 +2567,8 @@ spec:
2564
2567
env :
2565
2568
- name : AUTOINSTALL_COMPONENTS
2566
2569
value : " false"
2570
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2571
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2567
2572
name : openshift-pipelines-operator-rh
2568
2573
source : custom-operators
2569
2574
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -2452,7 +2452,10 @@ spec:
2452
2452
template :
2453
2453
spec :
2454
2454
containers :
2455
- - name : controller
2455
+ - env :
2456
+ - name : GIT_SSL_CAINFO
2457
+ value : /tekton-custom-certs/ca-bundle.crt
2458
+ name : controller
2456
2459
resources :
2457
2460
limits :
2458
2461
memory : 10Gi
@@ -2544,7 +2547,7 @@ metadata:
2544
2547
namespace : openshift-marketplace
2545
2548
spec :
2546
2549
displayName : custom-operators
2547
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2550
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2548
2551
sourceType : grpc
2549
2552
updateStrategy :
2550
2553
registryPoll :
@@ -2564,6 +2567,8 @@ spec:
2564
2567
env :
2565
2568
- name : AUTOINSTALL_COMPONENTS
2566
2569
value : " false"
2570
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2571
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2567
2572
- name : IMAGE_PIPELINES_PROXY
2568
2573
value : quay.io/openshift-pipeline/pipelines-operator-proxy-rhel9@sha256:e37a2b061eff6984f8d341825e5989e459de4125322e33480ac01dce5a57c801
2569
2574
name : openshift-pipelines-operator-rh
Original file line number Diff line number Diff line change @@ -2452,7 +2452,10 @@ spec:
2452
2452
template :
2453
2453
spec :
2454
2454
containers :
2455
- - name : controller
2455
+ - env :
2456
+ - name : GIT_SSL_CAINFO
2457
+ value : /tekton-custom-certs/ca-bundle.crt
2458
+ name : controller
2456
2459
resources :
2457
2460
limits :
2458
2461
memory : 10Gi
@@ -2544,7 +2547,7 @@ metadata:
2544
2547
namespace : openshift-marketplace
2545
2548
spec :
2546
2549
displayName : custom-operators
2547
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2550
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2548
2551
sourceType : grpc
2549
2552
updateStrategy :
2550
2553
registryPoll :
@@ -2564,6 +2567,8 @@ spec:
2564
2567
env :
2565
2568
- name : AUTOINSTALL_COMPONENTS
2566
2569
value : " false"
2570
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2571
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2567
2572
name : openshift-pipelines-operator-rh
2568
2573
source : custom-operators
2569
2574
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -2452,7 +2452,10 @@ spec:
2452
2452
template :
2453
2453
spec :
2454
2454
containers :
2455
- - name : controller
2455
+ - env :
2456
+ - name : GIT_SSL_CAINFO
2457
+ value : /tekton-custom-certs/ca-bundle.crt
2458
+ name : controller
2456
2459
resources :
2457
2460
limits :
2458
2461
memory : 10Gi
@@ -2545,7 +2548,7 @@ metadata:
2545
2548
namespace : openshift-marketplace
2546
2549
spec :
2547
2550
displayName : custom-operators
2548
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2551
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2549
2552
sourceType : grpc
2550
2553
updateStrategy :
2551
2554
registryPoll :
@@ -2565,6 +2568,8 @@ spec:
2565
2568
env :
2566
2569
- name : AUTOINSTALL_COMPONENTS
2567
2570
value : " false"
2571
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2572
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2568
2573
name : openshift-pipelines-operator-rh
2569
2574
source : custom-operators
2570
2575
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -2421,7 +2421,10 @@ spec:
2421
2421
template :
2422
2422
spec :
2423
2423
containers :
2424
- - name : controller
2424
+ - env :
2425
+ - name : GIT_SSL_CAINFO
2426
+ value : /tekton-custom-certs/ca-bundle.crt
2427
+ name : controller
2425
2428
resources :
2426
2429
limits :
2427
2430
memory : 10Gi
@@ -2514,7 +2517,7 @@ metadata:
2514
2517
namespace : openshift-marketplace
2515
2518
spec :
2516
2519
displayName : custom-operators
2517
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2520
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2518
2521
sourceType : grpc
2519
2522
updateStrategy :
2520
2523
registryPoll :
@@ -2534,6 +2537,8 @@ spec:
2534
2537
env :
2535
2538
- name : AUTOINSTALL_COMPONENTS
2536
2539
value : " false"
2540
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2541
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2537
2542
name : openshift-pipelines-operator-rh
2538
2543
source : custom-operators
2539
2544
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -2421,7 +2421,10 @@ spec:
2421
2421
template :
2422
2422
spec :
2423
2423
containers :
2424
- - name : controller
2424
+ - env :
2425
+ - name : GIT_SSL_CAINFO
2426
+ value : /tekton-custom-certs/ca-bundle.crt
2427
+ name : controller
2425
2428
resources :
2426
2429
limits :
2427
2430
memory : 10Gi
@@ -2514,7 +2517,7 @@ metadata:
2514
2517
namespace : openshift-marketplace
2515
2518
spec :
2516
2519
displayName : custom-operators
2517
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2520
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2518
2521
sourceType : grpc
2519
2522
updateStrategy :
2520
2523
registryPoll :
@@ -2534,6 +2537,8 @@ spec:
2534
2537
env :
2535
2538
- name : AUTOINSTALL_COMPONENTS
2536
2539
value : " false"
2540
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2541
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2537
2542
name : openshift-pipelines-operator-rh
2538
2543
source : custom-operators
2539
2544
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -2421,7 +2421,10 @@ spec:
2421
2421
template :
2422
2422
spec :
2423
2423
containers :
2424
- - name : controller
2424
+ - env :
2425
+ - name : GIT_SSL_CAINFO
2426
+ value : /tekton-custom-certs/ca-bundle.crt
2427
+ name : controller
2425
2428
resources :
2426
2429
limits :
2427
2430
memory : 10Gi
@@ -2514,7 +2517,7 @@ metadata:
2514
2517
namespace : openshift-marketplace
2515
2518
spec :
2516
2519
displayName : custom-operators
2517
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2520
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2518
2521
sourceType : grpc
2519
2522
updateStrategy :
2520
2523
registryPoll :
@@ -2534,6 +2537,8 @@ spec:
2534
2537
env :
2535
2538
- name : AUTOINSTALL_COMPONENTS
2536
2539
value : " false"
2540
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2541
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2537
2542
name : openshift-pipelines-operator-rh
2538
2543
source : custom-operators
2539
2544
sourceNamespace : openshift-marketplace
You can’t perform that action at this time.
0 commit comments