Skip to content

Commit ee5744c

Browse files
committed
📚 Sync docs from alaudadevops/gitlab-ce-operator on 33fb3a429998f2405cd0acc0a8bc42281a2ff1a9
Source: feat: add PostgreSQL version checker (#255) Author: nanjingfm Ref: refs/heads/release-18.2 Commit: 33fb3a429998f2405cd0acc0a8bc42281a2ff1a9 This commit automatically syncs documentation changes from the source-docs repository. 🔗 View source commit: AlaudaDevops/gitlab-ce-operator@33fb3a4 🤖 Synced on 2025-10-29 10:12:05 UTC
1 parent b0c4187 commit ee5744c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

‎.github/SYNC_INFO.md‎

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

3-
- **Last synced**: 2025-10-28 01:26:47 UTC
3+
- **Last synced**: 2025-10-29 10:12:05 UTC
44
- **Source repository**: alaudadevops/gitlab-ce-operator
5-
- **Source commit**: [2e49d34bb5f3f314eadb42c6ae527ca397dc0407](https://github.com/alaudadevops/gitlab-ce-operator/commit/2e49d34bb5f3f314eadb42c6ae527ca397dc0407)
6-
- **Triggered by**: edge-katanomi-app2[bot]
7-
- **Workflow run**: [#43](https://github.com/alaudadevops/gitlab-ce-operator/actions/runs/18861087505)
5+
- **Source commit**: [33fb3a429998f2405cd0acc0a8bc42281a2ff1a9](https://github.com/alaudadevops/gitlab-ce-operator/commit/33fb3a429998f2405cd0acc0a8bc42281a2ff1a9)
6+
- **Triggered by**: nanjingfm
7+
- **Workflow run**: [#45](https://github.com/alaudadevops/gitlab-ce-operator/actions/runs/18904327858)
88

99
## Files synced:
1010
- docs/

‎docs/en/install/02_gitlab_credential.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If you want to modify PostgreSQL connection information after deploying a GitLab
181181

182182
`Data Services` supports deploying PostgreSQL instances that can be used for GitLab deployment. When creating a PostgreSQL instance, please consider the following important requirements:
183183

184-
1. Choose a PostgreSQL version that matches your GitLab version, for example, when deploying GitLab 17.z, you need to select PostgreSQL 14.z
184+
1. Choose a PostgreSQL version that matches your GitLab version
185185
2. Storage quota should not be less than 5Gi
186186

187187
When creating a PostgreSQL instance, a Secret containing connection information is automatically generated. This Secret resource can be filtered using the label `middleware.instance/type: PostgreSQL`.

‎docs/en/install/03_gitlab_deploy.mdx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ According to community recommendations and practices, a non-high-availability Gi
6868

6969
**PostgreSQL**
7070

71-
- The PostgreSQL component version currently required by GitLab is v16. It is recommended to deploy PostgreSQL instances using the PostgreSQL Operator provided by the platform, and then complete PostgreSQL integration by configuring access credentials.
71+
- For supported PostgreSQL versions, please refer to the [version compatibility matrix](./02_gitlab_credential.mdx#pg-requirements). It is recommended to deploy PostgreSQL instances using the platform-provided PostgreSQL Operator, and to integrate PostgreSQL by configuring the appropriate access credentials.
7272

7373
- PostgreSQL access is achieved by configuring a `secret` resource with specific format content. See [Configure Redis, PostgreSQL, and Account Credentials](./02_gitlab_credential.mdx) for details.
7474

0 commit comments

Comments
 (0)