From f9d21cd15dda0545e5ed945704685bda81ac4f11 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 5 Oct 2023 14:46:25 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mattermost/9.0.21/app-changelog.md | 9 --------- .../{9.0.21 => 9.0.22}/CHANGELOG.md | 18 +++++++++--------- .../mattermost/{9.0.21 => 9.0.22}/Chart.yaml | 2 +- .../mattermost/{9.0.21 => 9.0.22}/README.md | 0 stable/mattermost/9.0.22/app-changelog.md | 9 +++++++++ .../{9.0.21 => 9.0.22}/app-readme.md | 0 .../charts/common-14.0.6.tgz | Bin .../{9.0.21 => 9.0.22}/ix_values.yaml | 2 +- .../{9.0.21 => 9.0.22}/questions.yaml | 0 .../{9.0.21 => 9.0.22}/templates/NOTES.txt | 0 .../{9.0.21 => 9.0.22}/templates/common.yaml | 0 .../mattermost/{9.0.21 => 9.0.22}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/mattermost/9.0.21/app-changelog.md rename stable/mattermost/{9.0.21 => 9.0.22}/CHANGELOG.md (91%) rename stable/mattermost/{9.0.21 => 9.0.22}/Chart.yaml (98%) rename stable/mattermost/{9.0.21 => 9.0.22}/README.md (100%) create mode 100644 stable/mattermost/9.0.22/app-changelog.md rename stable/mattermost/{9.0.21 => 9.0.22}/app-readme.md (100%) rename stable/mattermost/{9.0.21 => 9.0.22}/charts/common-14.0.6.tgz (100%) rename stable/mattermost/{9.0.21 => 9.0.22}/ix_values.yaml (92%) rename stable/mattermost/{9.0.21 => 9.0.22}/questions.yaml (100%) rename stable/mattermost/{9.0.21 => 9.0.22}/templates/NOTES.txt (100%) rename stable/mattermost/{9.0.21 => 9.0.22}/templates/common.yaml (100%) rename stable/mattermost/{9.0.21 => 9.0.22}/values.yaml (100%) diff --git a/stable/mattermost/9.0.21/app-changelog.md b/stable/mattermost/9.0.21/app-changelog.md deleted file mode 100644 index 31bcb5f1d29..00000000000 --- a/stable/mattermost/9.0.21/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mattermost-9.0.21](https://github.com/truecharts/charts/compare/mattermost-9.0.20...mattermost-9.0.21) (2023-10-04) - -### Chore - -- update container image tccr.io/truecharts/mattermost to v9.1.0 ([#13244](https://github.com/truecharts/charts/issues/13244)) - - \ No newline at end of file diff --git a/stable/mattermost/9.0.21/CHANGELOG.md b/stable/mattermost/9.0.22/CHANGELOG.md similarity index 91% rename from stable/mattermost/9.0.21/CHANGELOG.md rename to stable/mattermost/9.0.22/CHANGELOG.md index 82094914c5a..a6d6b4199ff 100644 --- a/stable/mattermost/9.0.21/CHANGELOG.md +++ b/stable/mattermost/9.0.22/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mattermost-9.0.22](https://github.com/truecharts/charts/compare/mattermost-9.0.21...mattermost-9.0.22) (2023-10-05) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.1.0 ([#13280](https://github.com/truecharts/charts/issues/13280)) + + + + ## [mattermost-9.0.21](https://github.com/truecharts/charts/compare/mattermost-9.0.20...mattermost-9.0.21) (2023-10-04) ### Chore @@ -88,12 +97,3 @@ ## [mattermost-9.0.12](https://github.com/truecharts/charts/compare/mattermost-9.0.11...mattermost-9.0.12) (2023-09-08) ### Chore - -- update container image tccr.io/truecharts/mattermost to v9.0.0 ([#12390](https://github.com/truecharts/charts/issues/12390)) - - - - -## [mattermost-9.0.11](https://github.com/truecharts/charts/compare/mattermost-9.0.10...mattermost-9.0.11) (2023-09-07) - -### Chore diff --git a/stable/mattermost/9.0.21/Chart.yaml b/stable/mattermost/9.0.22/Chart.yaml similarity index 98% rename from stable/mattermost/9.0.21/Chart.yaml rename to stable/mattermost/9.0.22/Chart.yaml index b3ed5c8e74a..c99490d4494 100644 --- a/stable/mattermost/9.0.21/Chart.yaml +++ b/stable/mattermost/9.0.22/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/mattermost - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker -version: 9.0.21 +version: 9.0.22 annotations: truecharts.org/catagories: | - hosting diff --git a/stable/mattermost/9.0.21/README.md b/stable/mattermost/9.0.22/README.md similarity index 100% rename from stable/mattermost/9.0.21/README.md rename to stable/mattermost/9.0.22/README.md diff --git a/stable/mattermost/9.0.22/app-changelog.md b/stable/mattermost/9.0.22/app-changelog.md new file mode 100644 index 00000000000..321c3956b3e --- /dev/null +++ b/stable/mattermost/9.0.22/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mattermost-9.0.22](https://github.com/truecharts/charts/compare/mattermost-9.0.21...mattermost-9.0.22) (2023-10-05) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.1.0 ([#13280](https://github.com/truecharts/charts/issues/13280)) + + \ No newline at end of file diff --git a/stable/mattermost/9.0.21/app-readme.md b/stable/mattermost/9.0.22/app-readme.md similarity index 100% rename from stable/mattermost/9.0.21/app-readme.md rename to stable/mattermost/9.0.22/app-readme.md diff --git a/stable/mattermost/9.0.21/charts/common-14.0.6.tgz b/stable/mattermost/9.0.22/charts/common-14.0.6.tgz similarity index 100% rename from stable/mattermost/9.0.21/charts/common-14.0.6.tgz rename to stable/mattermost/9.0.22/charts/common-14.0.6.tgz diff --git a/stable/mattermost/9.0.21/ix_values.yaml b/stable/mattermost/9.0.22/ix_values.yaml similarity index 92% rename from stable/mattermost/9.0.21/ix_values.yaml rename to stable/mattermost/9.0.22/ix_values.yaml index de4536a441a..8bc9e63d4f0 100644 --- a/stable/mattermost/9.0.21/ix_values.yaml +++ b/stable/mattermost/9.0.22/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/mattermost - tag: v9.1.0@sha256:6a01ebb1adb99531ab0487e9023a9cbb4e7c28fd1af60993f62596f385973c12 + tag: v9.1.0@sha256:f97c7bd5b7f743162ce3db0061278b6075b733366e7c3367cf614478712da435 pullPolicy: IfNotPresent workload: diff --git a/stable/mattermost/9.0.21/questions.yaml b/stable/mattermost/9.0.22/questions.yaml similarity index 100% rename from stable/mattermost/9.0.21/questions.yaml rename to stable/mattermost/9.0.22/questions.yaml diff --git a/stable/mattermost/9.0.21/templates/NOTES.txt b/stable/mattermost/9.0.22/templates/NOTES.txt similarity index 100% rename from stable/mattermost/9.0.21/templates/NOTES.txt rename to stable/mattermost/9.0.22/templates/NOTES.txt diff --git a/stable/mattermost/9.0.21/templates/common.yaml b/stable/mattermost/9.0.22/templates/common.yaml similarity index 100% rename from stable/mattermost/9.0.21/templates/common.yaml rename to stable/mattermost/9.0.22/templates/common.yaml diff --git a/stable/mattermost/9.0.21/values.yaml b/stable/mattermost/9.0.22/values.yaml similarity index 100% rename from stable/mattermost/9.0.21/values.yaml rename to stable/mattermost/9.0.22/values.yaml