From 83e948b34dc40a23985a87d76a1384e9feb86dc0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Tue, 25 Nov 2025 16:56:32 +0100 Subject: [PATCH] =?UTF-8?q?chore(common):=20replace=20db-waits=20with=20ge?= =?UTF-8?q?neric=20containerforce=20db-client=E2=80=A6=20(#42033)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … containers **Description** ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 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 - [ ] ⬆️ I increased versions for any altered app according to semantic versioning - [ ] 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._ --------- Signed-off-by: Kjeld Schouten --- charts/library/common/Chart.yaml | 5 ++--- charts/library/common/values.yaml | 21 +++++++++++++-------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index 44aa9a8f291..a05f87d5507 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -3,7 +3,7 @@ annotations: artifacthub.io/license: BUSL-1.1 artifacthub.io/links: |- - name: support - url: https://discord.com/invite/tVsPTHWTtr + url: https://discord.com/invite/tVsPTHWTtr truecharts.org/category: unsorted truecharts.org/max_helm_version: "3.17" truecharts.org/max_kubernetes_version: 1.32.0 @@ -46,5 +46,4 @@ sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/library/common - https://hub.docker.com/_/ type: library -version: 28.27.4 - +version: 28.28.0 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index d45ef3d4b8d..394aaca37c6 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -618,23 +618,28 @@ yqImage: tag: "4.48.2" postgresClientImage: - repository: oci.trueforge.org/tccr/db-wait-postgres - tag: v1.1.0@sha256:67ff700c4e746c5a1205b4629d4f0910a21f44d1e993941fb69c750e651c0b39 + repository: oci.trueforge.org/containerforge/postgresql-client + tag: "1.1.0" pullPolicy: IfNotPresent mariadbClientImage: - repository: oci.trueforge.org/tccr/db-wait-mariadb - tag: v1.1.0@sha256:8614f77d546e1f03c5104cf75387eb04efa7cb1ea4557a2d51112f35c69c0905 + repository: oci.trueforge.org/containerforge/mariadb-client + tag: "1.1.0" pullPolicy: IfNotPresent redisClientImage: - repository: oci.trueforge.org/tccr/db-wait-redis - tag: v1.1.0@sha256:ddebe75743f37c431507c51832b5961cc63aa1de61af4f5c75b7554239c8b732 + repository: oci.trueforge.org/containerforge/valkey-tools + tag: "1.1.0" + pullPolicy: IfNotPresent + +valkeyClientImage: + repository: oci.trueforge.org/containerforge/valkey-tools + tag: "1.1.0" pullPolicy: IfNotPresent mongodbClientImage: - repository: oci.trueforge.org/tccr/db-wait-mongodb - tag: v1.2.0@sha256:e6b0462907022ab0fa7975e2b22e464fc1469f53cb80fd7f61bbbffe305cf210 + repository: oci.trueforge.org/containerforge/mongosh + tag: "1.2.0" pullPolicy: IfNotPresent postgres15Image: