File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
components/pipeline-service Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -2083,6 +2083,7 @@ spec:
2083
2083
memory : 200Mi
2084
2084
tkn-cli-serve :
2085
2085
spec :
2086
+ replicas : 0
2086
2087
template :
2087
2088
spec :
2088
2089
containers :
@@ -2122,6 +2123,9 @@ spec:
2122
2123
spec :
2123
2124
containers :
2124
2125
- name : controller
2126
+ env :
2127
+ - name : GIT_SSL_CAINFO
2128
+ value : /tekton-custom-certs/ca-bundle.crt
2125
2129
resources :
2126
2130
limits :
2127
2131
memory : 1Gi
@@ -2237,7 +2241,7 @@ metadata:
2237
2241
namespace : openshift-marketplace
2238
2242
spec :
2239
2243
displayName : custom-operators
2240
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2244
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2241
2245
sourceType : grpc
2242
2246
updateStrategy :
2243
2247
registryPoll :
@@ -2260,6 +2264,8 @@ spec:
2260
2264
env :
2261
2265
- name : AUTOINSTALL_COMPONENTS
2262
2266
value : " false"
2267
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2268
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2263
2269
---
2264
2270
apiVersion : route.openshift.io/v1
2265
2271
kind : Route
Original file line number Diff line number Diff line change @@ -1900,6 +1900,7 @@ spec:
1900
1900
memory : 1Gi
1901
1901
tkn-cli-serve :
1902
1902
spec :
1903
+ replicas : 0
1903
1904
template :
1904
1905
spec :
1905
1906
containers :
@@ -1919,6 +1920,9 @@ spec:
1919
1920
spec :
1920
1921
containers :
1921
1922
- name : controller
1923
+ env :
1924
+ - name : GIT_SSL_CAINFO
1925
+ value : /tekton-custom-certs/ca-bundle.crt
1922
1926
resources :
1923
1927
limits :
1924
1928
memory : 10Gi
@@ -2064,7 +2068,7 @@ metadata:
2064
2068
namespace : openshift-marketplace
2065
2069
spec :
2066
2070
displayName : custom-operators
2067
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2071
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2068
2072
sourceType : grpc
2069
2073
updateStrategy :
2070
2074
registryPoll :
@@ -2087,6 +2091,8 @@ spec:
2087
2091
env :
2088
2092
- name : AUTOINSTALL_COMPONENTS
2089
2093
value : " false"
2094
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2095
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2090
2096
---
2091
2097
apiVersion : route.openshift.io/v1
2092
2098
kind : Route
Original file line number Diff line number Diff line change @@ -2485,6 +2485,7 @@ spec:
2485
2485
memory : 50Mi
2486
2486
tkn-cli-serve :
2487
2487
spec :
2488
+ replicas : 0
2488
2489
template :
2489
2490
spec :
2490
2491
containers :
@@ -2558,7 +2559,10 @@ spec:
2558
2559
template :
2559
2560
spec :
2560
2561
containers :
2561
- - name : controller
2562
+ - env :
2563
+ - name : GIT_SSL_CAINFO
2564
+ value : /tekton-custom-certs/ca-bundle.crt
2565
+ name : controller
2562
2566
resources :
2563
2567
limits :
2564
2568
memory : 10Gi
@@ -2650,7 +2654,7 @@ metadata:
2650
2654
namespace : openshift-marketplace
2651
2655
spec :
2652
2656
displayName : custom-operators
2653
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2657
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2654
2658
sourceType : grpc
2655
2659
updateStrategy :
2656
2660
registryPoll :
@@ -2670,6 +2674,8 @@ spec:
2670
2674
env :
2671
2675
- name : AUTOINSTALL_COMPONENTS
2672
2676
value : " false"
2677
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2678
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2673
2679
name : openshift-pipelines-operator-rh
2674
2680
source : custom-operators
2675
2681
sourceNamespace : openshift-marketplace
Original file line number Diff line number Diff line change @@ -2497,6 +2497,7 @@ spec:
2497
2497
memory : 50Mi
2498
2498
tkn-cli-serve :
2499
2499
spec :
2500
+ replicas : 0
2500
2501
template :
2501
2502
spec :
2502
2503
containers :
@@ -2570,7 +2571,10 @@ spec:
2570
2571
template :
2571
2572
spec :
2572
2573
containers :
2573
- - name : controller
2574
+ - env :
2575
+ - name : GIT_SSL_CAINFO
2576
+ value : /tekton-custom-certs/ca-bundle.crt
2577
+ name : controller
2574
2578
resources :
2575
2579
limits :
2576
2580
memory : 10Gi
@@ -2662,7 +2666,7 @@ metadata:
2662
2666
namespace : openshift-marketplace
2663
2667
spec :
2664
2668
displayName : custom-operators
2665
- image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:1ad7bfa236b620db80afbc07261cb25d7024e41333bf9716e2b9d943b04c12a2
2669
+ image : quay.io/openshift-pipeline/pipelines-index-4.15@sha256:6788ffeab369f7a773d7022358f67cd93d094003c3b6c82e3278f620e9065135
2666
2670
sourceType : grpc
2667
2671
updateStrategy :
2668
2672
registryPoll :
@@ -2682,6 +2686,8 @@ spec:
2682
2686
env :
2683
2687
- name : AUTOINSTALL_COMPONENTS
2684
2688
value : " false"
2689
+ - name : IMAGE_ADDONS_TKN_CLI_SERVE
2690
+ value : registry.redhat.io/openshift-pipelines/pipelines-serve-tkn-cli-rhel9@sha256:d055d2b35a663aef3e1aafdbed0b12957867c0670c946ebae66e9c44a768bda2
2685
2691
name : openshift-pipelines-operator-rh
2686
2692
source : custom-operators
2687
2693
sourceNamespace : openshift-marketplace
You can’t perform that action at this time.
0 commit comments