From 0c6bdd1b29e894feff5c60731acd4e6d7190205c Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 10 Jul 2025 16:22:01 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/mikef?= =?UTF-8?q?arah/yq=204.45.4=20=E2=86=92=204.46.1=20(#37352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
mikefarah/yq (docker.io/mikefarah/yq) ### [`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
--- ### 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. --- - [ ] 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). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/library/common-test/Chart.yaml | 1 - charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml index dc852063acd..0c72d74cb6a 100644 --- a/charts/library/common-test/Chart.yaml +++ b/charts/library/common-test/Chart.yaml @@ -35,4 +35,3 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/library/common-test type: application version: 1.0.0 - diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index c8d46609025..f0949b92abd 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -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 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index fcb3f1c1757..2b3602a170e 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -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