chore(helm): update image docker.io/mikefarah/yq 4.45.2 → 4.45.4 (#35291)
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 | `48f0bd4` -> `7cf28e5` | --- > [!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.45.4`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.45.4): - Fixing wrong map() behaviour on empty map [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.45.3...v4.45.4) - Fixing wrong map() behaviour on empty map [#​2359](https://redirect.github.com/mikefarah/yq/issues/2359) - Bumped dependencies ### [`v4.45.3`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.45.3): - Fixes regression bug(s) [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.45.2...v4.45.3) - Fixing regression ([#​2353](https://redirect.github.com/mikefarah/yq/issues/2353), [#​2359](https://redirect.github.com/mikefarah/yq/issues/2359), [#​2325](https://redirect.github.com/mikefarah/yq/issues/2325)) introduced with in 4.45.2 with [#​2325](https://redirect.github.com/mikefarah/yq/issues/2325) fix - Bumped dependencies Sorry for the regression folks! 😓 fwiw I have since added automated tests to capture the scenarios provided in the regression bug tickets </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> --------- 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:
co-authored by
Alfred Göppel
parent
478c46cbfb
commit
50e34294ac
@@ -48,5 +48,5 @@ sources:
|
||||
- https://hub.docker.com/_/
|
||||
- https://hub.docker.com/r/mikefarah/yq
|
||||
type: library
|
||||
version: 28.5.2
|
||||
version: 28.5.3
|
||||
|
||||
|
||||
@@ -548,7 +548,7 @@ wgetImage:
|
||||
yqImage:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/mikefarah/yq
|
||||
tag: 4.45.2@sha256:48f0bd428026b782dfae8e8e07e03b5b385bb957035963c5383ca4cea46d82d4
|
||||
tag: 4.45.4@sha256:7cf28e5d67782f4b274a93a7bc54a840b553447a0807efd843d069f46bff718c
|
||||
|
||||
postgresClientImage:
|
||||
repository: tccr.io/tccr/db-wait-postgres
|
||||
|
||||
Reference in New Issue
Block a user