chore(helm): update image registry.gitlab.com/crafty-controller/crafty-4 4.5.3 → 4.5.4 (#39532)
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 | `61dc937` -> `0f2dc8c` | --- > [!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.4`](https://gitlab.com/crafty-controller/crafty-4/blob/HEAD/CHANGELOG.md#----454---20250915) [Compare Source](https://gitlab.com/crafty-controller/crafty-4/compare/v4.5.3...v4.5.4) ##### Bug fixes - Refactor upload chunk removal to ensure file operations are asynchronous ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/894)) ##### Tweaks - Remove all 3rd party font requests ([Merge Request](https://gitlab.com/crafty-controller/crafty-4/-/merge_requests/893)) <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:
@@ -9,7 +9,7 @@ annotations:
|
|||||||
truecharts.org/min_helm_version: "3.14"
|
truecharts.org/min_helm_version: "3.14"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 4.5.3
|
appVersion: 4.5.4
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 28.17.1
|
version: 28.17.1
|
||||||
@@ -38,5 +38,5 @@ sources:
|
|||||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/crafty-4
|
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/crafty-4
|
||||||
- https://gitlab.com/crafty-controller/crafty-4
|
- https://gitlab.com/crafty-controller/crafty-4
|
||||||
type: application
|
type: application
|
||||||
version: 10.5.1
|
version: 10.5.2
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: registry.gitlab.com/crafty-controller/crafty-4
|
repository: registry.gitlab.com/crafty-controller/crafty-4
|
||||||
tag: 4.5.3@sha256:61dc9372b19d2dc0ffb5cee2f6d797aa73f513e90494aa75fd79bd15b560e7cc
|
tag: 4.5.4@sha256:0f2dc8cf1d490804b748510b27ae45b8deffda28c201a6b416dc6e9916ce3f29
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
||||||
|
|||||||
Reference in New Issue
Block a user