From 0c324cbf078a618c8e8e60410e81411fe88ce0e2 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 3 Oct 2023 16:41:50 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/redmine/8.0.1/app-changelog.md | 9 --------- stable/redmine/{8.0.1 => 8.0.2}/CHANGELOG.md | 18 +++++++++--------- stable/redmine/{8.0.1 => 8.0.2}/Chart.yaml | 2 +- stable/redmine/{8.0.1 => 8.0.2}/README.md | 0 stable/redmine/8.0.2/app-changelog.md | 9 +++++++++ stable/redmine/{8.0.1 => 8.0.2}/app-readme.md | 0 .../{8.0.1 => 8.0.2}/charts/common-14.0.1.tgz | Bin .../redmine/{8.0.1 => 8.0.2}/ix_values.yaml | 2 +- .../redmine/{8.0.1 => 8.0.2}/questions.yaml | 0 .../{8.0.1 => 8.0.2}/templates/NOTES.txt | 0 .../{8.0.1 => 8.0.2}/templates/_secrets.tpl | 0 .../{8.0.1 => 8.0.2}/templates/common.yaml | 0 stable/redmine/{8.0.1 => 8.0.2}/values.yaml | 0 13 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/redmine/8.0.1/app-changelog.md rename stable/redmine/{8.0.1 => 8.0.2}/CHANGELOG.md (90%) rename stable/redmine/{8.0.1 => 8.0.2}/Chart.yaml (98%) rename stable/redmine/{8.0.1 => 8.0.2}/README.md (100%) create mode 100644 stable/redmine/8.0.2/app-changelog.md rename stable/redmine/{8.0.1 => 8.0.2}/app-readme.md (100%) rename stable/redmine/{8.0.1 => 8.0.2}/charts/common-14.0.1.tgz (100%) rename stable/redmine/{8.0.1 => 8.0.2}/ix_values.yaml (94%) rename stable/redmine/{8.0.1 => 8.0.2}/questions.yaml (100%) rename stable/redmine/{8.0.1 => 8.0.2}/templates/NOTES.txt (100%) rename stable/redmine/{8.0.1 => 8.0.2}/templates/_secrets.tpl (100%) rename stable/redmine/{8.0.1 => 8.0.2}/templates/common.yaml (100%) rename stable/redmine/{8.0.1 => 8.0.2}/values.yaml (100%) diff --git a/stable/redmine/8.0.1/app-changelog.md b/stable/redmine/8.0.1/app-changelog.md deleted file mode 100644 index c8b4336feb..0000000000 --- a/stable/redmine/8.0.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redmine-8.0.1](https://github.com/truecharts/charts/compare/redmine-8.0.0...redmine-8.0.1) (2023-10-03) - -### Chore - -- update container image tccr.io/truecharts/redmine to v5.0.6 ([#13194](https://github.com/truecharts/charts/issues/13194)) - - \ No newline at end of file diff --git a/stable/redmine/8.0.1/CHANGELOG.md b/stable/redmine/8.0.2/CHANGELOG.md similarity index 90% rename from stable/redmine/8.0.1/CHANGELOG.md rename to stable/redmine/8.0.2/CHANGELOG.md index 5ac87f7992..3f7e015e21 100644 --- a/stable/redmine/8.0.1/CHANGELOG.md +++ b/stable/redmine/8.0.2/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redmine-8.0.2](https://github.com/truecharts/charts/compare/redmine-8.0.1...redmine-8.0.2) (2023-10-03) + +### Chore + +- update container image tccr.io/truecharts/redmine to v5.0.6 ([#13207](https://github.com/truecharts/charts/issues/13207)) + + + + ## [redmine-8.0.1](https://github.com/truecharts/charts/compare/redmine-8.0.0...redmine-8.0.1) (2023-10-03) ### Chore @@ -88,12 +97,3 @@ ## [redmine-7.0.19](https://github.com/truecharts/charts/compare/redmine-7.0.18...redmine-7.0.19) (2023-05-27) -### Chore - -- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - - - -## [redmine-7.0.18](https://github.com/truecharts/charts/compare/redmine-7.0.17...redmine-7.0.18) (2023-05-26) - diff --git a/stable/redmine/8.0.1/Chart.yaml b/stable/redmine/8.0.2/Chart.yaml similarity index 98% rename from stable/redmine/8.0.1/Chart.yaml rename to stable/redmine/8.0.2/Chart.yaml index a3819b559e..725d93c1d0 100644 --- a/stable/redmine/8.0.1/Chart.yaml +++ b/stable/redmine/8.0.2/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "5.0.6" kubeVersion: ">=1.16.0-0" -version: 8.0.1 +version: 8.0.2 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application diff --git a/stable/redmine/8.0.1/README.md b/stable/redmine/8.0.2/README.md similarity index 100% rename from stable/redmine/8.0.1/README.md rename to stable/redmine/8.0.2/README.md diff --git a/stable/redmine/8.0.2/app-changelog.md b/stable/redmine/8.0.2/app-changelog.md new file mode 100644 index 0000000000..a4d645146d --- /dev/null +++ b/stable/redmine/8.0.2/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redmine-8.0.2](https://github.com/truecharts/charts/compare/redmine-8.0.1...redmine-8.0.2) (2023-10-03) + +### Chore + +- update container image tccr.io/truecharts/redmine to v5.0.6 ([#13207](https://github.com/truecharts/charts/issues/13207)) + + \ No newline at end of file diff --git a/stable/redmine/8.0.1/app-readme.md b/stable/redmine/8.0.2/app-readme.md similarity index 100% rename from stable/redmine/8.0.1/app-readme.md rename to stable/redmine/8.0.2/app-readme.md diff --git a/stable/redmine/8.0.1/charts/common-14.0.1.tgz b/stable/redmine/8.0.2/charts/common-14.0.1.tgz similarity index 100% rename from stable/redmine/8.0.1/charts/common-14.0.1.tgz rename to stable/redmine/8.0.2/charts/common-14.0.1.tgz diff --git a/stable/redmine/8.0.1/ix_values.yaml b/stable/redmine/8.0.2/ix_values.yaml similarity index 94% rename from stable/redmine/8.0.1/ix_values.yaml rename to stable/redmine/8.0.2/ix_values.yaml index 6458138df8..1bc1707513 100644 --- a/stable/redmine/8.0.1/ix_values.yaml +++ b/stable/redmine/8.0.2/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/redmine pullPolicy: IfNotPresent - tag: v5.0.6@sha256:cbe55ac297ee86a1d61252c2dc8ab79451aafaa5e59dd0d4ae8fd465cf842b55 + tag: v5.0.6@sha256:922d3609cac997132eb4f43c1c017d1f4be9710f84918aee25a455cd93ccd2fc redmine: plugins_migrate: true no_db_migrate: false diff --git a/stable/redmine/8.0.1/questions.yaml b/stable/redmine/8.0.2/questions.yaml similarity index 100% rename from stable/redmine/8.0.1/questions.yaml rename to stable/redmine/8.0.2/questions.yaml diff --git a/stable/redmine/8.0.1/templates/NOTES.txt b/stable/redmine/8.0.2/templates/NOTES.txt similarity index 100% rename from stable/redmine/8.0.1/templates/NOTES.txt rename to stable/redmine/8.0.2/templates/NOTES.txt diff --git a/stable/redmine/8.0.1/templates/_secrets.tpl b/stable/redmine/8.0.2/templates/_secrets.tpl similarity index 100% rename from stable/redmine/8.0.1/templates/_secrets.tpl rename to stable/redmine/8.0.2/templates/_secrets.tpl diff --git a/stable/redmine/8.0.1/templates/common.yaml b/stable/redmine/8.0.2/templates/common.yaml similarity index 100% rename from stable/redmine/8.0.1/templates/common.yaml rename to stable/redmine/8.0.2/templates/common.yaml diff --git a/stable/redmine/8.0.1/values.yaml b/stable/redmine/8.0.2/values.yaml similarity index 100% rename from stable/redmine/8.0.1/values.yaml rename to stable/redmine/8.0.2/values.yaml