From 98be89c6bb4c2d377b31cdb146a3e9359ea13bad Mon Sep 17 00:00:00 2001 From: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> Date: Sun, 19 Oct 2025 12:41:25 +0200 Subject: [PATCH] docs(common): Add vectorchord (#40866) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Mentioning Vectorchord in the common docs as requested in [https://github.com/trueforge-org/truecharts/pull/40702](url). Also bumped the common version as that was not done in this PR. ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [x] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/library/common/Chart.yaml | 2 +- charts/library/common/docs/cnpg/cnpg.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index f8498b5d918..8424063e5fc 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -37,4 +37,4 @@ sources: - https://hub.docker.com/_/ - https://hub.docker.com/r/mikefarah/yq type: library -version: 28.26.0 +version: 28.26.1 diff --git a/charts/library/common/docs/cnpg/cnpg.md b/charts/library/common/docs/cnpg/cnpg.md index fc0167f50bc..8abf36d59fb 100644 --- a/charts/library/common/docs/cnpg/cnpg.md +++ b/charts/library/common/docs/cnpg/cnpg.md @@ -201,6 +201,7 @@ Type of the CNPG database. Available types: - `postgis` - `timescaledb` - `vectors` +- `vectorchord` | | | | ---------- | ----------------- |