chore(helm): update image docker.io/mikefarah/yq 4.48.1 → 4.48.2 (#41743)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/mikefarah/yq](https://mikefarah.gitbook.io/yq/) ([source](https://redirect.github.com/mikefarah/yq)) | patch | `75b3a60` -> `f7fe014` | --- > [!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>mikefarah/yq (docker.io/mikefarah/yq)</summary> ### [`v4.48.2`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.48.2) [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.48.1...v4.48.2) - Strip whitespace when decoding base64 [#​2507](https://redirect.github.com/mikefarah/yq/issues/2507) - Upgraded to go-yaml v4! (thanks [@​ccoVeille](https://redirect.github.com/ccoVeille), [@​ingydotnet](https://redirect.github.com/ingydotnet)) - Add linux/loong64 to release target (thanks [@​znley](https://redirect.github.com/znley)) - Added --shell-key-separator flag for customizable shell output format [#​2497](https://redirect.github.com/mikefarah/yq/issues/2497) (thanks [@​rsleedbx](https://redirect.github.com/rsleedbx)) - Bumped dependencies </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -20,8 +20,8 @@ dependencies:
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Helper chart to test different use cases of the common library
|
||||
home: https://truecharts.org/charts/library/common-test
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp
|
||||
home: https://trueforge.org/charts/library/common-test
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp
|
||||
keywords:
|
||||
- common-test
|
||||
- truecharts
|
||||
@@ -37,4 +37,3 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/library/common-test
|
||||
type: application
|
||||
version: 1.0.0
|
||||
|
||||
|
||||
@@ -15,8 +15,8 @@ appVersion: 1.11.0
|
||||
dependencies: []
|
||||
deprecated: false
|
||||
description: Function library for TrueCharts
|
||||
home: https://truecharts.org/charts/library/common
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/common.webp
|
||||
home: https://trueforge.org/charts/library/common
|
||||
icon: https://trueforge.org/img/hotlink-ok/chart-icons/common.webp
|
||||
keywords:
|
||||
- truecharts
|
||||
- library-chart
|
||||
@@ -51,5 +51,5 @@ sources:
|
||||
- https://hub.docker.com/_/
|
||||
- https://hub.docker.com/r/mikefarah/yq
|
||||
type: library
|
||||
version: 28.26.3
|
||||
version: 28.26.4
|
||||
|
||||
|
||||
@@ -610,7 +610,7 @@ wgetImage:
|
||||
yqImage:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/mikefarah/yq
|
||||
tag: 4.48.1@sha256:75b3a60dce1fa4641b0f02bdb4465eddc5da95e62028118a292239ca8e3921e5
|
||||
tag: 4.48.2@sha256:f7fe014cd27b255ee16416999a7cb7eb29dd30f6f61a331ee3e09febf80ee1de
|
||||
|
||||
postgresClientImage:
|
||||
repository: oci.trueforge.org/tccr/db-wait-postgres
|
||||
|
||||
Reference in New Issue
Block a user