Skip to content

Commit 3672e7e

Browse files
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 5cca5b6d0e45d64059ff5e4df66593cb8b0b53d1
Source: docs: add hubs-wrapper configuration for enhanced API compatibility (#298) Author: l-qing Ref: refs/heads/release-4.1 Commit: 5cca5b6d0e45d64059ff5e4df66593cb8b0b53d1 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/tektoncd-operator@5cca5b6 🤖 Synced on 2025-08-02 02:38:47 UTC
1 parent 321d9a4 commit 3672e7e

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

‎.github/SYNC_INFO.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Documentation Sync Information
22

3-
- **Last synced**: 2025-07-30 02:02:48 UTC
3+
- **Last synced**: 2025-08-02 02:38:47 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [6b7f006944f52c6f52fd0216047a28a6a5f871a9](https://github.com/alaudadevops/tektoncd-operator/commit/6b7f006944f52c6f52fd0216047a28a6a5f871a9)
5+
- **Source commit**: [5cca5b6d0e45d64059ff5e4df66593cb8b0b53d1](https://github.com/alaudadevops/tektoncd-operator/commit/5cca5b6d0e45d64059ff5e4df66593cb8b0b53d1)
66
- **Triggered by**: l-qing
7-
- **Workflow run**: [#27](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16611664851)
7+
- **Workflow run**: [#29](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16688979512)
88

99
## Files synced:
1010
- docs/

‎docs/en/how_to/deploy_global.mdx‎

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,33 @@ kind: TektonConfig
3737
spec:
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:
@@ -59,9 +80,10 @@ spec:
5980
- name: KUBERNETES_SERVICE_HOST
6081
value: erebus.cpaas-system
6182
name: tektoncd-hubs-api
62-
disabled: false
6383
```
6484
85+
> If both `hubs-wrapper` and `tektoncd-hubs-api` are configured simultaneously, all versions can be supported at the same time.
86+
6587
## Optional: Deploying tekton-results in a global cluster
6688

6789
If users have deployed tekton-results in a global cluster, they also need to configure the `options` for the results component. Similar to the pipeline configuration, you need to configure both ingress and deployment settings for the `tektoncd-results-api` component.
@@ -98,4 +120,4 @@ spec:
98120
value: erebus.cpaas-system
99121
name: tektoncd-results-api
100122
disabled: false
101-
```
123+
```

0 commit comments

Comments
 (0)