From 50585780f12fcd00b0b56c693af9f2baa9ae614a Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 30 Apr 2023 02:55:28 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/redmine/7.0.10/app-changelog.md | 9 --------- .../redmine/{7.0.10 => 7.0.11}/CHANGELOG.md | 18 +++++++++--------- stable/redmine/{7.0.10 => 7.0.11}/Chart.yaml | 4 ++-- stable/redmine/{7.0.10 => 7.0.11}/README.md | 0 stable/redmine/7.0.11/app-changelog.md | 9 +++++++++ .../redmine/{7.0.10 => 7.0.11}/app-readme.md | 0 .../charts/common-12.6.1.tgz | Bin .../redmine/{7.0.10 => 7.0.11}/ix_values.yaml | 2 +- .../redmine/{7.0.10 => 7.0.11}/questions.yaml | 2 +- .../{7.0.10 => 7.0.11}/templates/NOTES.txt | 0 .../{7.0.10 => 7.0.11}/templates/_secrets.tpl | 0 .../{7.0.10 => 7.0.11}/templates/common.yaml | 0 stable/redmine/{7.0.10 => 7.0.11}/values.yaml | 0 13 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 stable/redmine/7.0.10/app-changelog.md rename stable/redmine/{7.0.10 => 7.0.11}/CHANGELOG.md (90%) rename stable/redmine/{7.0.10 => 7.0.11}/Chart.yaml (95%) rename stable/redmine/{7.0.10 => 7.0.11}/README.md (100%) create mode 100644 stable/redmine/7.0.11/app-changelog.md rename stable/redmine/{7.0.10 => 7.0.11}/app-readme.md (100%) rename stable/redmine/{7.0.10 => 7.0.11}/charts/common-12.6.1.tgz (100%) rename stable/redmine/{7.0.10 => 7.0.11}/ix_values.yaml (94%) rename stable/redmine/{7.0.10 => 7.0.11}/questions.yaml (99%) rename stable/redmine/{7.0.10 => 7.0.11}/templates/NOTES.txt (100%) rename stable/redmine/{7.0.10 => 7.0.11}/templates/_secrets.tpl (100%) rename stable/redmine/{7.0.10 => 7.0.11}/templates/common.yaml (100%) rename stable/redmine/{7.0.10 => 7.0.11}/values.yaml (100%) diff --git a/stable/redmine/7.0.10/app-changelog.md b/stable/redmine/7.0.10/app-changelog.md deleted file mode 100644 index 9c20a6e2e20..00000000000 --- a/stable/redmine/7.0.10/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [redmine-7.0.10](https://github.com/truecharts/charts/compare/redmine-7.0.9...redmine-7.0.10) (2023-04-28) - -### Chore - -- update container image tccr.io/truecharts/redmine to v ([#8362](https://github.com/truecharts/charts/issues/8362)) - - \ No newline at end of file diff --git a/stable/redmine/7.0.10/CHANGELOG.md b/stable/redmine/7.0.11/CHANGELOG.md similarity index 90% rename from stable/redmine/7.0.10/CHANGELOG.md rename to stable/redmine/7.0.11/CHANGELOG.md index 1e280d1bd50..5e245849159 100644 --- a/stable/redmine/7.0.10/CHANGELOG.md +++ b/stable/redmine/7.0.11/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redmine-7.0.11](https://github.com/truecharts/charts/compare/redmine-7.0.10...redmine-7.0.11) (2023-04-30) + +### Chore + +- update container image tccr.io/truecharts/redmine to v5.0.5 ([#8520](https://github.com/truecharts/charts/issues/8520)) + + + + ## [redmine-7.0.10](https://github.com/truecharts/charts/compare/redmine-7.0.9...redmine-7.0.10) (2023-04-28) ### Chore @@ -88,12 +97,3 @@ - bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927)) - - -## [redmine-7.0.0](https://github.com/truecharts/charts/compare/redmine-6.0.32...redmine-7.0.0) (2023-04-11) - -### Feat - -- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - - diff --git a/stable/redmine/7.0.10/Chart.yaml b/stable/redmine/7.0.11/Chart.yaml similarity index 95% rename from stable/redmine/7.0.10/Chart.yaml rename to stable/redmine/7.0.11/Chart.yaml index 4383734e24b..7eba1773652 100644 --- a/stable/redmine/7.0.10/Chart.yaml +++ b/stable/redmine/7.0.11/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: "5.0.4" +appVersion: "5.0.5" kubeVersion: ">=1.16.0-0" -version: 7.0.10 +version: 7.0.11 name: redmine description: Redmine is a flexible project management web application written using Ruby on Rails framework. type: application diff --git a/stable/redmine/7.0.10/README.md b/stable/redmine/7.0.11/README.md similarity index 100% rename from stable/redmine/7.0.10/README.md rename to stable/redmine/7.0.11/README.md diff --git a/stable/redmine/7.0.11/app-changelog.md b/stable/redmine/7.0.11/app-changelog.md new file mode 100644 index 00000000000..cdf45886f4b --- /dev/null +++ b/stable/redmine/7.0.11/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redmine-7.0.11](https://github.com/truecharts/charts/compare/redmine-7.0.10...redmine-7.0.11) (2023-04-30) + +### Chore + +- update container image tccr.io/truecharts/redmine to v5.0.5 ([#8520](https://github.com/truecharts/charts/issues/8520)) + + \ No newline at end of file diff --git a/stable/redmine/7.0.10/app-readme.md b/stable/redmine/7.0.11/app-readme.md similarity index 100% rename from stable/redmine/7.0.10/app-readme.md rename to stable/redmine/7.0.11/app-readme.md diff --git a/stable/redmine/7.0.10/charts/common-12.6.1.tgz b/stable/redmine/7.0.11/charts/common-12.6.1.tgz similarity index 100% rename from stable/redmine/7.0.10/charts/common-12.6.1.tgz rename to stable/redmine/7.0.11/charts/common-12.6.1.tgz diff --git a/stable/redmine/7.0.10/ix_values.yaml b/stable/redmine/7.0.11/ix_values.yaml similarity index 94% rename from stable/redmine/7.0.10/ix_values.yaml rename to stable/redmine/7.0.11/ix_values.yaml index bcdee838d2d..9e0ed49fdcb 100644 --- a/stable/redmine/7.0.10/ix_values.yaml +++ b/stable/redmine/7.0.11/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/redmine pullPolicy: IfNotPresent - tag: 5.0.4@sha256:25681ad284a83fe8a45b2e6f0c04e31f01202d6336ce36a791439814ec598dcb + tag: 5.0.5@sha256:fe5c178c945b1be77ec2fdf2e2d5f25e840915eef0bac659286cafcd9233e0e3 redmine: plugins_migrate: true no_db_migrate: false diff --git a/stable/redmine/7.0.10/questions.yaml b/stable/redmine/7.0.11/questions.yaml similarity index 99% rename from stable/redmine/7.0.10/questions.yaml rename to stable/redmine/7.0.11/questions.yaml index 5226032807d..8de2270f035 100644 --- a/stable/redmine/7.0.10/questions.yaml +++ b/stable/redmine/7.0.11/questions.yaml @@ -943,7 +943,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "=", "0"]] + show_if: [["runAsUser", "=", 0]] default: 568 - variable: UMASK label: UMASK diff --git a/stable/redmine/7.0.10/templates/NOTES.txt b/stable/redmine/7.0.11/templates/NOTES.txt similarity index 100% rename from stable/redmine/7.0.10/templates/NOTES.txt rename to stable/redmine/7.0.11/templates/NOTES.txt diff --git a/stable/redmine/7.0.10/templates/_secrets.tpl b/stable/redmine/7.0.11/templates/_secrets.tpl similarity index 100% rename from stable/redmine/7.0.10/templates/_secrets.tpl rename to stable/redmine/7.0.11/templates/_secrets.tpl diff --git a/stable/redmine/7.0.10/templates/common.yaml b/stable/redmine/7.0.11/templates/common.yaml similarity index 100% rename from stable/redmine/7.0.10/templates/common.yaml rename to stable/redmine/7.0.11/templates/common.yaml diff --git a/stable/redmine/7.0.10/values.yaml b/stable/redmine/7.0.11/values.yaml similarity index 100% rename from stable/redmine/7.0.10/values.yaml rename to stable/redmine/7.0.11/values.yaml