chore(common): replace db-waits with generic containerforce db-client… (#42033)

… containers

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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 <info@kjeldschouten.nl>
This commit is contained in:
Kjeld Schouten
2025-11-25 16:56:32 +01:00
committed by GitHub
parent 374d5d8aa4
commit 83e948b34d
2 changed files with 15 additions and 11 deletions
+2 -3
View File
@@ -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
+13 -8
View File
@@ -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: