chore(helm): update image docker.io/mikefarah/yq 4.46.1 → 4.47.1 (#37802)
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)) | minor | `e4ec306` -> `b9285dd` | 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.47.1`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.47.1): - Merge Anchor fixes (with flag) [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.46.1...v4.47.1) - Fixed merge anchor behaviour (`<<`); [#​2404](https://redirect.github.com/mikefarah/yq/issues/2404), [#​2110](https://redirect.github.com/mikefarah/yq/issues/2110), [#​2386](https://redirect.github.com/mikefarah/yq/issues/2386), [#​2178](https://redirect.github.com/mikefarah/yq/issues/2178) Huge thanks to [@​stevenwdv](https://redirect.github.com/stevenwdv)! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes - Fixed panic for syntax error when creating a map [#​2423](https://redirect.github.com/mikefarah/yq/issues/2423) - 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -48,5 +48,5 @@ sources:
|
||||
- https://hub.docker.com/_/
|
||||
- https://hub.docker.com/r/mikefarah/yq
|
||||
type: library
|
||||
version: 28.13.1
|
||||
version: 28.14.0
|
||||
|
||||
|
||||
@@ -587,7 +587,7 @@ wgetImage:
|
||||
yqImage:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/mikefarah/yq
|
||||
tag: 4.46.1@sha256:e4ec3062f63c5dd56c5fb79e325d24b91f1ca0d66d01cbc06ea2dd6a6ff867ab
|
||||
tag: 4.47.1@sha256:b9285dd3b0bea3c34d0c54415dd48d767dabd9644d489bd6e253660847b58419
|
||||
|
||||
postgresClientImage:
|
||||
repository: tccr.io/tccr/db-wait-postgres
|
||||
|
||||
Reference in New Issue
Block a user