File tree Expand file tree Collapse file tree 2 files changed +29
-6
lines changed
Expand file tree Collapse file tree 2 files changed +29
-6
lines changed Original file line number Diff line number Diff line change 11# Documentation Sync Information
22
3- - ** Last synced** : 2025-07-30 01:41:38 UTC
3+ - ** Last synced** : 2025-08-02 02:38:50 UTC
44- ** Source repository** : alaudadevops/tektoncd-operator
5- - ** Source commit** : [ 792011805d1826ec3314a4fa1286308ff4a2278b ] ( https://github.com/alaudadevops/tektoncd-operator/commit/792011805d1826ec3314a4fa1286308ff4a2278b )
5+ - ** Source commit** : [ 21c0e3337ea4ba8a3349f4722570d7da92b0b8ab ] ( https://github.com/alaudadevops/tektoncd-operator/commit/21c0e3337ea4ba8a3349f4722570d7da92b0b8ab )
66- ** Triggered by** : l-qing
7- - ** Workflow run** : [ #26 ] ( https://github.com/alaudadevops/tektoncd-operator/actions/runs/16611397798 )
7+ - ** Workflow run** : [ #30 ] ( https://github.com/alaudadevops/tektoncd-operator/actions/runs/16688980160 )
88
99## Files synced:
1010- docs/
Original file line number Diff line number Diff line change @@ -37,12 +37,33 @@ kind: TektonConfig
3737spec :
3838 pipeline :
3939 options :
40+ disabled : false
4041 ingress :
41- tektoncd-hubs-api :
42+ hubs-wrapper :
43+ spec :
44+ ingressClassName : global-alb2
45+ tektoncd-hubs-api : # ensure compatibility with earlier versions
4246 spec :
4347 ingressClassName : global-alb2
4448 deployments :
45- tektoncd-hubs-api :
49+ hubs-wrapper :
50+ spec :
51+ template :
52+ spec :
53+ containers :
54+ - env :
55+ - name : KUBERNETES_PORT_443_TCP
56+ value : tcp://erebus.cpaas-system:443
57+ - name : KUBERNETES_PORT_443_TCP_ADDR
58+ value : erebus.cpaas-system
59+ - name : KUBERNETES_PORT
60+ value : tcp://erebus.cpaas-system:443
61+ - name : EREBUS
62+ value : https://erebus.cpaas-system:443
63+ - name : KUBERNETES_SERVICE_HOST
64+ value : erebus.cpaas-system
65+ name : hubs-wrapper
66+ tektoncd-hubs-api : # ensure compatibility with earlier versions
4667 spec :
4768 template :
4869 spec :
5980 - name : KUBERNETES_SERVICE_HOST
6081 value : erebus.cpaas-system
6182 name : tektoncd-hubs-api
62- disabled : false
6383` ` `
84+
85+ > If both ` hubs-wrapper` and `tektoncd-hubs-api` are configured simultaneously, all versions can be supported at the same time.
86+
You can’t perform that action at this time.
0 commit comments