Skip to content

Commit 58896ce

Browse files
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 21c0e3337ea4ba8a3349f4722570d7da92b0b8ab
Source: docs: add hubs-wrapper configuration for enhanced API compatibility (#299) Author: l-qing Ref: refs/heads/release-4.0 Commit: 21c0e3337ea4ba8a3349f4722570d7da92b0b8ab This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/tektoncd-operator@21c0e33 🤖 Synced on 2025-08-02 02:38:51 UTC
1 parent 533a064 commit 58896ce

File tree

2 files changed

+29
-6
lines changed

2 files changed

+29
-6
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 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/

‎docs/en/how_to/deploy_global.mdx‎

Lines changed: 26 additions & 3 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,5 +80,7 @@ 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+

0 commit comments

Comments
 (0)