From d5460b780ffd334fa378cf3f232091fdc103914e Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 16 Nov 2023 18:43:59 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mattermost/9.0.51/app-changelog.md | 9 --------- .../{9.0.51 => 9.0.52}/CHANGELOG.md | 18 +++++++++--------- .../mattermost/{9.0.51 => 9.0.52}/Chart.yaml | 2 +- .../mattermost/{9.0.51 => 9.0.52}/README.md | 0 stable/mattermost/9.0.52/app-changelog.md | 9 +++++++++ .../{9.0.51 => 9.0.52}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{9.0.51 => 9.0.52}/ix_values.yaml | 2 +- .../{9.0.51 => 9.0.52}/questions.yaml | 0 .../{9.0.51 => 9.0.52}/templates/NOTES.txt | 0 .../{9.0.51 => 9.0.52}/templates/common.yaml | 0 .../mattermost/{9.0.51 => 9.0.52}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/mattermost/9.0.51/app-changelog.md rename stable/mattermost/{9.0.51 => 9.0.52}/CHANGELOG.md (91%) rename stable/mattermost/{9.0.51 => 9.0.52}/Chart.yaml (98%) rename stable/mattermost/{9.0.51 => 9.0.52}/README.md (100%) create mode 100644 stable/mattermost/9.0.52/app-changelog.md rename stable/mattermost/{9.0.51 => 9.0.52}/app-readme.md (100%) rename stable/mattermost/{9.0.51 => 9.0.52}/charts/common-14.3.5.tgz (100%) rename stable/mattermost/{9.0.51 => 9.0.52}/ix_values.yaml (92%) rename stable/mattermost/{9.0.51 => 9.0.52}/questions.yaml (100%) rename stable/mattermost/{9.0.51 => 9.0.52}/templates/NOTES.txt (100%) rename stable/mattermost/{9.0.51 => 9.0.52}/templates/common.yaml (100%) rename stable/mattermost/{9.0.51 => 9.0.52}/values.yaml (100%) diff --git a/stable/mattermost/9.0.51/app-changelog.md b/stable/mattermost/9.0.51/app-changelog.md deleted file mode 100644 index 27a335cc34..0000000000 --- a/stable/mattermost/9.0.51/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mattermost-9.0.51](https://github.com/truecharts/charts/compare/mattermost-9.0.50...mattermost-9.0.51) (2023-11-15) - -### Chore - -- update container image tccr.io/truecharts/mattermost to v9.3.0 ([#14695](https://github.com/truecharts/charts/issues/14695)) - - \ No newline at end of file diff --git a/stable/mattermost/9.0.51/CHANGELOG.md b/stable/mattermost/9.0.52/CHANGELOG.md similarity index 91% rename from stable/mattermost/9.0.51/CHANGELOG.md rename to stable/mattermost/9.0.52/CHANGELOG.md index 2c973995c9..b76be90ed8 100644 --- a/stable/mattermost/9.0.51/CHANGELOG.md +++ b/stable/mattermost/9.0.52/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mattermost-9.0.52](https://github.com/truecharts/charts/compare/mattermost-9.0.51...mattermost-9.0.52) (2023-11-16) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.3.0 ([#14725](https://github.com/truecharts/charts/issues/14725)) + + + + ## [mattermost-9.0.51](https://github.com/truecharts/charts/compare/mattermost-9.0.50...mattermost-9.0.51) (2023-11-15) ### Chore @@ -88,12 +97,3 @@ ## [mattermost-9.0.42](https://github.com/truecharts/charts/compare/mattermost-9.0.41...mattermost-9.0.42) (2023-11-05) ### Chore - -- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365)) - - - - -## [mattermost-9.0.41](https://github.com/truecharts/charts/compare/mattermost-9.0.40...mattermost-9.0.41) (2023-11-03) - -### Chore diff --git a/stable/mattermost/9.0.51/Chart.yaml b/stable/mattermost/9.0.52/Chart.yaml similarity index 98% rename from stable/mattermost/9.0.51/Chart.yaml rename to stable/mattermost/9.0.52/Chart.yaml index 0d9f02bf2c..5d4541829d 100644 --- a/stable/mattermost/9.0.51/Chart.yaml +++ b/stable/mattermost/9.0.52/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.51 +version: 9.0.52 annotations: truecharts.org/category: hosting truecharts.org/SCALE-support: "true" diff --git a/stable/mattermost/9.0.51/README.md b/stable/mattermost/9.0.52/README.md similarity index 100% rename from stable/mattermost/9.0.51/README.md rename to stable/mattermost/9.0.52/README.md diff --git a/stable/mattermost/9.0.52/app-changelog.md b/stable/mattermost/9.0.52/app-changelog.md new file mode 100644 index 0000000000..81ea0247c7 --- /dev/null +++ b/stable/mattermost/9.0.52/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mattermost-9.0.52](https://github.com/truecharts/charts/compare/mattermost-9.0.51...mattermost-9.0.52) (2023-11-16) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.3.0 ([#14725](https://github.com/truecharts/charts/issues/14725)) + + \ No newline at end of file diff --git a/stable/mattermost/9.0.51/app-readme.md b/stable/mattermost/9.0.52/app-readme.md similarity index 100% rename from stable/mattermost/9.0.51/app-readme.md rename to stable/mattermost/9.0.52/app-readme.md diff --git a/stable/mattermost/9.0.51/charts/common-14.3.5.tgz b/stable/mattermost/9.0.52/charts/common-14.3.5.tgz similarity index 100% rename from stable/mattermost/9.0.51/charts/common-14.3.5.tgz rename to stable/mattermost/9.0.52/charts/common-14.3.5.tgz diff --git a/stable/mattermost/9.0.51/ix_values.yaml b/stable/mattermost/9.0.52/ix_values.yaml similarity index 92% rename from stable/mattermost/9.0.51/ix_values.yaml rename to stable/mattermost/9.0.52/ix_values.yaml index 9b010eb4e5..58ac1d2b81 100644 --- a/stable/mattermost/9.0.51/ix_values.yaml +++ b/stable/mattermost/9.0.52/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/mattermost - tag: v9.3.0@sha256:f69908bc29d21f1a67b18cf9945236fc377784628ac011b47e68ed09ddf5b04a + tag: v9.3.0@sha256:9f2e6d8d1f02f52b43a3990527a38fd0b04d8d47561b73140cda1951267bf29c pullPolicy: IfNotPresent workload: diff --git a/stable/mattermost/9.0.51/questions.yaml b/stable/mattermost/9.0.52/questions.yaml similarity index 100% rename from stable/mattermost/9.0.51/questions.yaml rename to stable/mattermost/9.0.52/questions.yaml diff --git a/stable/mattermost/9.0.51/templates/NOTES.txt b/stable/mattermost/9.0.52/templates/NOTES.txt similarity index 100% rename from stable/mattermost/9.0.51/templates/NOTES.txt rename to stable/mattermost/9.0.52/templates/NOTES.txt diff --git a/stable/mattermost/9.0.51/templates/common.yaml b/stable/mattermost/9.0.52/templates/common.yaml similarity index 100% rename from stable/mattermost/9.0.51/templates/common.yaml rename to stable/mattermost/9.0.52/templates/common.yaml diff --git a/stable/mattermost/9.0.51/values.yaml b/stable/mattermost/9.0.52/values.yaml similarity index 100% rename from stable/mattermost/9.0.51/values.yaml rename to stable/mattermost/9.0.52/values.yaml