Skip to content

Commit ea134bb

Browse files
committed
📚 Sync docs from alaudadevops/tektoncd-operator on 492bbb1fd55693fb66ed67ae872219ba134a4f25
Source: fix(docs): correct secret name field in documentation (#225) Author: l-qing Ref: refs/heads/release-4.1 Commit: 492bbb1fd55693fb66ed67ae872219ba134a4f25 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/tektoncd-operator@492bbb1 🤖 Synced on 2025-07-16 04:16:28 UTC
1 parent 2e3b08e commit ea134bb

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
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-14 07:47:41 UTC
3+
- **Last synced**: 2025-07-16 04:16:28 UTC
44
- **Source repository**: alaudadevops/tektoncd-operator
5-
- **Source commit**: [e7dc3105a5cd2918aa68b354f36d7c39ee84f5ac](https://github.com/alaudadevops/tektoncd-operator/commit/e7dc3105a5cd2918aa68b354f36d7c39ee84f5ac)
5+
- **Source commit**: [492bbb1fd55693fb66ed67ae872219ba134a4f25](https://github.com/alaudadevops/tektoncd-operator/commit/492bbb1fd55693fb66ed67ae872219ba134a4f25)
66
- **Triggered by**: l-qing
7-
- **Workflow run**: [#15](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16261089914)
7+
- **Workflow run**: [#18](https://github.com/alaudadevops/tektoncd-operator/actions/runs/16310247875)
88

99
## Files synced:
1010
- docs/

‎docs/en/overview/lifecycle_policy.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Below is the lifecycle schedule for released versions of the `Alauda DevOps Pipe
1010

1111
| Alauda DevOps Pipelines Version | Release Date | End of Support | Version Type |
1212
| :----: | :----------: | :--------------: | :----: |
13-
| v4.1.x | 2025-07-14 | 2025-11-14 | Non-LTS |
13+
| v4.1.x | 2025-07-16 | 2025-11-16 | Non-LTS |
1414
| v4.0.x | 2025-04-08 | 2026-04-08 | LTS |
1515

1616
> For detailed component versions in each version, see the [Compatibility and support matrix](./release_notes.mdx#compatibility-and-support-matrix)

‎docs/en/overview/release_notes.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Release Notes
1010
# Release Notes
1111

1212
::: tip
13-
The maintenance period for version **v4.1.x** is from July 14, 2025 to Nov 14, 2025.
13+
The maintenance period for version **v4.1.x** is from July 16, 2025 to Nov 16, 2025.
1414
:::
1515

1616
## Compatibility and support matrix

‎docs/en/results/configure/database_configuration.mdx‎

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Tekton Results supports using external PostgreSQL databases. The configuration i
5858
| `db_name` | Database name | `tekton-results` | Yes |
5959
| `db_sslmode` | SSL connection mode | `disable` | No |
6060
| `db_sslrootcert` | SSL root certificate path | Empty | No (required when using SSL) |
61-
| `db_secret_name` | Secret name for database credentials | Empty | Yes |
61+
| `secret_name` | Secret name for database credentials | Empty | Yes |
6262

6363
> The valid options for `db_sslmode` are explained here https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION.
6464
@@ -109,9 +109,13 @@ spec:
109109
db_host: your-postgres-host.example.com
110110
db_port: 5432
111111
db_name: tekton_results
112-
db_secret_name: tekton-results-postgres
112+
secret_name: tekton-results-postgres
113113
```
114114
115+
:::tip
116+
This document only lists the database-related configuration fields. For the complete list of fields, please refer to [Quick Start](../quick_start.mdx#installing-using-operator-crd).
117+
:::
118+
115119
### 3. Verify Configuration
116120
117121
```bash
@@ -184,7 +188,7 @@ spec:
184188
db_sslmode: verify-full
185189
db_sslrootcert: /etc/tls/db/ca.crt
186190
# Secret configuration
187-
db_secret_name: tekton-results-postgres
191+
secret_name: tekton-results-postgres
188192
# Options for mounting CA certificate
189193
options:
190194
deployments:

0 commit comments

Comments
 (0)