mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 22:21:22 -03:00
chore(helm): update image docker.io/mikefarah/yq 4.45.4 → 4.46.1 (#37352)
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 | `7cf28e5` -> `e4ec306` | 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.46.1`](https://redirect.github.com/mikefarah/yq/releases/tag/v4.46.1): - INI support + bug fixes [Compare Source](https://redirect.github.com/mikefarah/yq/compare/v4.45.4...v4.46.1) - Added INI support - Fixed 'add' operator when piped in with no data [#​2378](https://redirect.github.com/mikefarah/yq/issues/2378), [#​2383](https://redirect.github.com/mikefarah/yq/issues/2383), [#​2384](https://redirect.github.com/mikefarah/yq/issues/2384) - Fixed delete after slice problem (bad node path) [#​2387](https://redirect.github.com/mikefarah/yq/issues/2387) Thanks [@​antoinedeschenes](https://redirect.github.com/antoinedeschenes) - Fixed yq small build Thanks [@​imzue](https://redirect.github.com/imzue) - Switched to YAML org supported go-yaml! - 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--> --------- 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:
@@ -35,4 +35,3 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/library/common-test
|
||||
type: application
|
||||
version: 1.0.0
|
||||
|
||||
|
||||
@@ -48,5 +48,5 @@ sources:
|
||||
- https://hub.docker.com/_/
|
||||
- https://hub.docker.com/r/mikefarah/yq
|
||||
type: library
|
||||
version: 28.12.9
|
||||
version: 28.13.0
|
||||
|
||||
|
||||
@@ -587,7 +587,7 @@ wgetImage:
|
||||
yqImage:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: docker.io/mikefarah/yq
|
||||
tag: 4.45.4@sha256:7cf28e5d67782f4b274a93a7bc54a840b553447a0807efd843d069f46bff718c
|
||||
tag: 4.46.1@sha256:e4ec3062f63c5dd56c5fb79e325d24b91f1ca0d66d01cbc06ea2dd6a6ff867ab
|
||||
|
||||
postgresClientImage:
|
||||
repository: tccr.io/tccr/db-wait-postgres
|
||||
|
||||
Reference in New Issue
Block a user