chore(deps): update trueforge-org/truecharts 2.0.0 → 2.0.6 (#39259)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[trueforge-org/truecharts](https://redirect.github.com/trueforge-org/truecharts)
| patch | `2.0.0` -> `2.0.6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>trueforge-org/truecharts (trueforge-org/truecharts)</summary>

###
[`v2.0.6`](https://redirect.github.com/trueforge-org/truecharts/releases/tag/v2.0.6):
clustertool-v2.0.6

[Compare
Source](https://redirect.github.com/trueforge-org/truecharts/compare/v2.0.0...v2.0.6)

#### Changelog

-
[`19f6863`](https://redirect.github.com/trueforge-org/truecharts/commit/19f6863026c16a119d71b5e639dea842b3d6f93c)
chore(flux): update image blocky 18.8.1 → 18.8.2 (clustertool)
([#&#8203;39231](https://redirect.github.com/trueforge-org/truecharts/issues/39231))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInJlbm92YXRlL2dpdGh1Yi1yZWxlYXNlIiwidHlwZS9wYXRjaCJdfQ==-->
This commit is contained in:
TrueCharts Bot
2025-09-08 02:20:15 +02:00
committed by GitHub
parent 9f36eb4f0e
commit 16485cf0aa
+1 -1
View File
@@ -1,7 +1,7 @@
# hadolint ignore=DL3007
FROM mcr.microsoft.com/devcontainers/base:alpine@sha256:1f8a1ea669115b1c87835427e89f6278f58a934a2e3f20eca3af7b6366ee5af2
ARG CLUSTERTOOL_VERSION=2.0.0
ARG CLUSTERTOOL_VERSION=2.0.6
ARG CONTAINER_NAME
# hadolint ignore=DL3008,DL3015,SC2086,SC2155