From 3d1c582770250683499f73fe352f1119fbde27de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 15:39:20 +0200 Subject: [PATCH] chore(deps): update container image tccr.io/truecharts/redmine to v5.0.0 (#2348) * chore(deps): update container image tccr.io/truecharts/redmine to v5.0.0 * Commit bumped App Version Signed-off-by: TrueCharts-Bot Co-authored-by: TrueCharts-Bot --- charts/stable/redmine/Chart.yaml | 2 +- charts/stable/redmine/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml index e8038112e8f..a3a77710a91 100644 --- a/charts/stable/redmine/Chart.yaml +++ b/charts/stable/redmine/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "4.2.5" kubeVersion: '>=1.16.0-0' -version: 1.0.10 +version: 1.0.11 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application diff --git a/charts/stable/redmine/values.yaml b/charts/stable/redmine/values.yaml index eaec710d17a..256f93263dc 100644 --- a/charts/stable/redmine/values.yaml +++ b/charts/stable/redmine/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/redmine pullPolicy: IfNotPresent - tag: v4.2.5@sha256:a09636d0be0957697c44a1e9eeb5f5623797f47e98c8c71780d6eb434e9da1bf + tag: v5.0.0@sha256:4af49f21d0d160a36f62d4e13bed36933ed81b7692c75b7c3d03fb2ec61f175e env: REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"