chore(helm): update image registry.gitlab.com/crafty-controller/crafty-4 4.5.2 → 4.5.3 (#39081)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[registry.gitlab.com/crafty-controller/crafty-4](https://craftycontrol.com/)
([source](https://gitlab.com/crafty-controller/crafty-4)) | patch |
`bc086f7` -> `61dc937` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>crafty-controller/crafty-4
(registry.gitlab.com/crafty-controller/crafty-4)</summary>

###
[`v4.5.3`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----453---20250903)

[Compare
Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.5.2...v4.5.3)

##### Bug fixes

- Refactor Bedrock update to use `import_helper`
`download_threaded_bedrock_server` fixing bedrock update ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/890))
- Fix GC logic deleting downloaded files instead of only temp
directories ([Merge
Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/891))
<br><br>

</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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
TrueCharts Bot
2025-09-03 04:22:57 +02:00
committed by GitHub
parent 8bbbee65f1
commit b8b6a4e4ea
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
truecharts.org/min_helm_version: "3.14"
truecharts.org/train: stable
apiVersion: v2
appVersion: 4.5.2
appVersion: 4.5.3
dependencies:
- name: common
version: 28.16.5
@@ -37,5 +37,5 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/crafty-4
- https://gitlab.com/crafty-controller/crafty-4
type: application
version: 10.4.3
version: 10.4.4
+1 -1
View File
@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: registry.gitlab.com/crafty-controller/crafty-4
tag: 4.5.2@sha256:bc086f7085f4b12cb28bfa25d3bc3f30f67524089d237c2f2f242cd740e564e0
tag: 4.5.3@sha256:61dc9372b19d2dc0ffb5cee2f6d797aa73f513e90494aa75fd79bd15b560e7cc
securityContext:
container:
readOnlyRootFilesystem: false