From f53de24b88d32ca6e31c8774945173f3f7f92625 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 22 Apr 2025 10:29:15 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20redmine=206.0.4?= =?UTF-8?q?=20=E2=86=92=206.0.5=20(#34645)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | redmine | patch | `394507b` -> `eb37f58` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your 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/stable/redmine/Chart.yaml | 4 ++-- charts/stable/redmine/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index 91784f92920..a587c703e8f 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 6.0.4 +appVersion: 6.0.5 dependencies: - name: common version: 25.4.10 @@ -39,5 +39,5 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/redmine - https://hub.docker.com/_/redmine type: application -version: 14.0.14 +version: 14.0.15 diff --git a/charts/stable/redmine/values.yaml b/charts/stable/redmine/values.yaml index 6461bc6c4e3..50d507a7e5f 100644 --- a/charts/stable/redmine/values.yaml +++ b/charts/stable/redmine/values.yaml @@ -1,7 +1,7 @@ image: - repository: redmine + repository: docker.io/redmine pullPolicy: IfNotPresent - tag: 6.0.4@sha256:394507b2145aecbf168f9ed378cf101b5e37d829d831ed15910affa783ae8421 + tag: 6.0.5@sha256:46d53d15169a042933a429d75213b82bb7e0891e57d6e32f67975f3eec06b64e redmine: plugins_migrate: true no_db_migrate: false