From b6db122358533198ea9ca20f12e1557fecee52f8 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 2 Nov 2023 00:58:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/redmine/{8.0.9 => 8.0.10}/CHANGELOG.md | 18 +++++++++--------- stable/redmine/{8.0.9 => 8.0.10}/Chart.yaml | 2 +- stable/redmine/{8.0.9 => 8.0.10}/README.md | 0 stable/redmine/8.0.10/app-changelog.md | 9 +++++++++ .../redmine/{8.0.9 => 8.0.10}/app-readme.md | 0 .../charts/common-14.2.0.tgz | Bin .../redmine/{8.0.9 => 8.0.10}/ix_values.yaml | 2 +- .../redmine/{8.0.9 => 8.0.10}/questions.yaml | 0 .../{8.0.9 => 8.0.10}/templates/NOTES.txt | 0 .../{8.0.9 => 8.0.10}/templates/_secrets.tpl | 0 .../{8.0.9 => 8.0.10}/templates/common.yaml | 0 stable/redmine/{8.0.9 => 8.0.10}/values.yaml | 0 stable/redmine/8.0.9/app-changelog.md | 9 --------- 13 files changed, 20 insertions(+), 20 deletions(-) rename stable/redmine/{8.0.9 => 8.0.10}/CHANGELOG.md (91%) rename stable/redmine/{8.0.9 => 8.0.10}/Chart.yaml (98%) rename stable/redmine/{8.0.9 => 8.0.10}/README.md (100%) create mode 100644 stable/redmine/8.0.10/app-changelog.md rename stable/redmine/{8.0.9 => 8.0.10}/app-readme.md (100%) rename stable/redmine/{8.0.9 => 8.0.10}/charts/common-14.2.0.tgz (100%) rename stable/redmine/{8.0.9 => 8.0.10}/ix_values.yaml (94%) rename stable/redmine/{8.0.9 => 8.0.10}/questions.yaml (100%) rename stable/redmine/{8.0.9 => 8.0.10}/templates/NOTES.txt (100%) rename stable/redmine/{8.0.9 => 8.0.10}/templates/_secrets.tpl (100%) rename stable/redmine/{8.0.9 => 8.0.10}/templates/common.yaml (100%) rename stable/redmine/{8.0.9 => 8.0.10}/values.yaml (100%) delete mode 100644 stable/redmine/8.0.9/app-changelog.md diff --git a/stable/redmine/8.0.9/CHANGELOG.md b/stable/redmine/8.0.10/CHANGELOG.md similarity index 91% rename from stable/redmine/8.0.9/CHANGELOG.md rename to stable/redmine/8.0.10/CHANGELOG.md index 0ff5943e6e..526fadb23b 100644 --- a/stable/redmine/8.0.9/CHANGELOG.md +++ b/stable/redmine/8.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redmine-8.0.10](https://github.com/truecharts/charts/compare/redmine-8.0.9...redmine-8.0.10) (2023-11-02) + +### Chore + +- update container image tccr.io/truecharts/redmine to v5.0.6 ([#14231](https://github.com/truecharts/charts/issues/14231)) + + + + ## [redmine-8.0.9](https://github.com/truecharts/charts/compare/redmine-8.0.8...redmine-8.0.9) (2023-11-01) ### Chore @@ -88,12 +97,3 @@ ## [redmine-8.0.0](https://github.com/truecharts/charts/compare/redmine-7.0.26...redmine-8.0.0) (2023-07-31) - - - - -## [redmine-7.0.26](https://github.com/truecharts/charts/compare/redmine-7.0.25...redmine-7.0.26) (2023-07-29) - -### Chore - -- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) diff --git a/stable/redmine/8.0.9/Chart.yaml b/stable/redmine/8.0.10/Chart.yaml similarity index 98% rename from stable/redmine/8.0.9/Chart.yaml rename to stable/redmine/8.0.10/Chart.yaml index c536d82e57..01265e53dd 100644 --- a/stable/redmine/8.0.9/Chart.yaml +++ b/stable/redmine/8.0.10/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: "5.0.6" kubeVersion: ">=1.16.0-0" -version: 8.0.9 +version: 8.0.10 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.9/README.md b/stable/redmine/8.0.10/README.md similarity index 100% rename from stable/redmine/8.0.9/README.md rename to stable/redmine/8.0.10/README.md diff --git a/stable/redmine/8.0.10/app-changelog.md b/stable/redmine/8.0.10/app-changelog.md new file mode 100644 index 0000000000..d12122d89c --- /dev/null +++ b/stable/redmine/8.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redmine-8.0.10](https://github.com/truecharts/charts/compare/redmine-8.0.9...redmine-8.0.10) (2023-11-02) + +### Chore + +- update container image tccr.io/truecharts/redmine to v5.0.6 ([#14231](https://github.com/truecharts/charts/issues/14231)) + + \ No newline at end of file diff --git a/stable/redmine/8.0.9/app-readme.md b/stable/redmine/8.0.10/app-readme.md similarity index 100% rename from stable/redmine/8.0.9/app-readme.md rename to stable/redmine/8.0.10/app-readme.md diff --git a/stable/redmine/8.0.9/charts/common-14.2.0.tgz b/stable/redmine/8.0.10/charts/common-14.2.0.tgz similarity index 100% rename from stable/redmine/8.0.9/charts/common-14.2.0.tgz rename to stable/redmine/8.0.10/charts/common-14.2.0.tgz diff --git a/stable/redmine/8.0.9/ix_values.yaml b/stable/redmine/8.0.10/ix_values.yaml similarity index 94% rename from stable/redmine/8.0.9/ix_values.yaml rename to stable/redmine/8.0.10/ix_values.yaml index 021606e578..f168b1ebdd 100644 --- a/stable/redmine/8.0.9/ix_values.yaml +++ b/stable/redmine/8.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/redmine pullPolicy: IfNotPresent - tag: v5.0.6@sha256:c2eb411ff7d66ad40acf616aa1c46277d110dd164ece1c7a2357a8a7baba4222 + tag: v5.0.6@sha256:c0a7cacd2571bb41532c55b73f03ab45df69937cf03dd88fa9f67b628d784ca6 redmine: plugins_migrate: true no_db_migrate: false diff --git a/stable/redmine/8.0.9/questions.yaml b/stable/redmine/8.0.10/questions.yaml similarity index 100% rename from stable/redmine/8.0.9/questions.yaml rename to stable/redmine/8.0.10/questions.yaml diff --git a/stable/redmine/8.0.9/templates/NOTES.txt b/stable/redmine/8.0.10/templates/NOTES.txt similarity index 100% rename from stable/redmine/8.0.9/templates/NOTES.txt rename to stable/redmine/8.0.10/templates/NOTES.txt diff --git a/stable/redmine/8.0.9/templates/_secrets.tpl b/stable/redmine/8.0.10/templates/_secrets.tpl similarity index 100% rename from stable/redmine/8.0.9/templates/_secrets.tpl rename to stable/redmine/8.0.10/templates/_secrets.tpl diff --git a/stable/redmine/8.0.9/templates/common.yaml b/stable/redmine/8.0.10/templates/common.yaml similarity index 100% rename from stable/redmine/8.0.9/templates/common.yaml rename to stable/redmine/8.0.10/templates/common.yaml diff --git a/stable/redmine/8.0.9/values.yaml b/stable/redmine/8.0.10/values.yaml similarity index 100% rename from stable/redmine/8.0.9/values.yaml rename to stable/redmine/8.0.10/values.yaml diff --git a/stable/redmine/8.0.9/app-changelog.md b/stable/redmine/8.0.9/app-changelog.md deleted file mode 100644 index f57c331c45..0000000000 --- a/stable/redmine/8.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redmine-8.0.9](https://github.com/truecharts/charts/compare/redmine-8.0.8...redmine-8.0.9) (2023-11-01) - -### Chore - -- update container image tccr.io/truecharts/redmine to v5.0.6 ([#14224](https://github.com/truecharts/charts/issues/14224)) - - \ No newline at end of file