From 18bcc8127696bd1a444d4cda64c5331cb5402433 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 8 Nov 2023 18:45:19 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/mattermost/9.0.45/app-changelog.md | 9 --------- .../{9.0.45 => 9.0.46}/CHANGELOG.md | 18 +++++++++--------- .../mattermost/{9.0.45 => 9.0.46}/Chart.yaml | 2 +- .../mattermost/{9.0.45 => 9.0.46}/README.md | 0 stable/mattermost/9.0.46/app-changelog.md | 9 +++++++++ .../{9.0.45 => 9.0.46}/app-readme.md | 0 .../charts/common-14.3.3.tgz | Bin .../{9.0.45 => 9.0.46}/ix_values.yaml | 2 +- .../{9.0.45 => 9.0.46}/questions.yaml | 0 .../{9.0.45 => 9.0.46}/templates/NOTES.txt | 0 .../{9.0.45 => 9.0.46}/templates/common.yaml | 0 .../mattermost/{9.0.45 => 9.0.46}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/mattermost/9.0.45/app-changelog.md rename stable/mattermost/{9.0.45 => 9.0.46}/CHANGELOG.md (93%) rename stable/mattermost/{9.0.45 => 9.0.46}/Chart.yaml (98%) rename stable/mattermost/{9.0.45 => 9.0.46}/README.md (100%) create mode 100644 stable/mattermost/9.0.46/app-changelog.md rename stable/mattermost/{9.0.45 => 9.0.46}/app-readme.md (100%) rename stable/mattermost/{9.0.45 => 9.0.46}/charts/common-14.3.3.tgz (100%) rename stable/mattermost/{9.0.45 => 9.0.46}/ix_values.yaml (92%) rename stable/mattermost/{9.0.45 => 9.0.46}/questions.yaml (100%) rename stable/mattermost/{9.0.45 => 9.0.46}/templates/NOTES.txt (100%) rename stable/mattermost/{9.0.45 => 9.0.46}/templates/common.yaml (100%) rename stable/mattermost/{9.0.45 => 9.0.46}/values.yaml (100%) diff --git a/stable/mattermost/9.0.45/app-changelog.md b/stable/mattermost/9.0.45/app-changelog.md deleted file mode 100644 index 0be5831024..0000000000 --- a/stable/mattermost/9.0.45/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [mattermost-9.0.45](https://github.com/truecharts/charts/compare/mattermost-9.0.44...mattermost-9.0.45) (2023-11-08) - -### Chore - -- update helm general non-major ([#14454](https://github.com/truecharts/charts/issues/14454)) - - \ No newline at end of file diff --git a/stable/mattermost/9.0.45/CHANGELOG.md b/stable/mattermost/9.0.46/CHANGELOG.md similarity index 93% rename from stable/mattermost/9.0.45/CHANGELOG.md rename to stable/mattermost/9.0.46/CHANGELOG.md index 24403e4dde..1618238c35 100644 --- a/stable/mattermost/9.0.45/CHANGELOG.md +++ b/stable/mattermost/9.0.46/CHANGELOG.md @@ -4,6 +4,15 @@ +## [mattermost-9.0.46](https://github.com/truecharts/charts/compare/mattermost-9.0.45...mattermost-9.0.46) (2023-11-08) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14455](https://github.com/truecharts/charts/issues/14455)) + + + + ## [mattermost-9.0.45](https://github.com/truecharts/charts/compare/mattermost-9.0.44...mattermost-9.0.45) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ ## [mattermost-9.0.36](https://github.com/truecharts/charts/compare/mattermost-9.0.35...mattermost-9.0.36) (2023-10-23) - -### Chore - -- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#13917](https://github.com/truecharts/charts/issues/13917)) - - - - -## [mattermost-9.0.35](https://github.com/truecharts/charts/compare/mattermost-9.0.34...mattermost-9.0.35) (2023-10-23) diff --git a/stable/mattermost/9.0.45/Chart.yaml b/stable/mattermost/9.0.46/Chart.yaml similarity index 98% rename from stable/mattermost/9.0.45/Chart.yaml rename to stable/mattermost/9.0.46/Chart.yaml index 524b5a2ce0..b76a7fd516 100644 --- a/stable/mattermost/9.0.45/Chart.yaml +++ b/stable/mattermost/9.0.46/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.45 +version: 9.0.46 annotations: truecharts.org/category: hosting truecharts.org/SCALE-support: "true" diff --git a/stable/mattermost/9.0.45/README.md b/stable/mattermost/9.0.46/README.md similarity index 100% rename from stable/mattermost/9.0.45/README.md rename to stable/mattermost/9.0.46/README.md diff --git a/stable/mattermost/9.0.46/app-changelog.md b/stable/mattermost/9.0.46/app-changelog.md new file mode 100644 index 0000000000..534534233f --- /dev/null +++ b/stable/mattermost/9.0.46/app-changelog.md @@ -0,0 +1,9 @@ + + +## [mattermost-9.0.46](https://github.com/truecharts/charts/compare/mattermost-9.0.45...mattermost-9.0.46) (2023-11-08) + +### Chore + +- update container image tccr.io/truecharts/mattermost to v9.2.0 ([#14455](https://github.com/truecharts/charts/issues/14455)) + + \ No newline at end of file diff --git a/stable/mattermost/9.0.45/app-readme.md b/stable/mattermost/9.0.46/app-readme.md similarity index 100% rename from stable/mattermost/9.0.45/app-readme.md rename to stable/mattermost/9.0.46/app-readme.md diff --git a/stable/mattermost/9.0.45/charts/common-14.3.3.tgz b/stable/mattermost/9.0.46/charts/common-14.3.3.tgz similarity index 100% rename from stable/mattermost/9.0.45/charts/common-14.3.3.tgz rename to stable/mattermost/9.0.46/charts/common-14.3.3.tgz diff --git a/stable/mattermost/9.0.45/ix_values.yaml b/stable/mattermost/9.0.46/ix_values.yaml similarity index 92% rename from stable/mattermost/9.0.45/ix_values.yaml rename to stable/mattermost/9.0.46/ix_values.yaml index adc92c9385..bacadf91ac 100644 --- a/stable/mattermost/9.0.45/ix_values.yaml +++ b/stable/mattermost/9.0.46/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/mattermost - tag: v9.2.0@sha256:a0002d22685fb5c5dfa7e5953f14646ff0a0b6c3fc2e5fcb0d6e01a63c7b1f7a + tag: v9.2.0@sha256:a91b6fef08a29cb947b018a2879742850cd029d13cfa4cf64ed6eb28d2e1a12a pullPolicy: IfNotPresent workload: diff --git a/stable/mattermost/9.0.45/questions.yaml b/stable/mattermost/9.0.46/questions.yaml similarity index 100% rename from stable/mattermost/9.0.45/questions.yaml rename to stable/mattermost/9.0.46/questions.yaml diff --git a/stable/mattermost/9.0.45/templates/NOTES.txt b/stable/mattermost/9.0.46/templates/NOTES.txt similarity index 100% rename from stable/mattermost/9.0.45/templates/NOTES.txt rename to stable/mattermost/9.0.46/templates/NOTES.txt diff --git a/stable/mattermost/9.0.45/templates/common.yaml b/stable/mattermost/9.0.46/templates/common.yaml similarity index 100% rename from stable/mattermost/9.0.45/templates/common.yaml rename to stable/mattermost/9.0.46/templates/common.yaml diff --git a/stable/mattermost/9.0.45/values.yaml b/stable/mattermost/9.0.46/values.yaml similarity index 100% rename from stable/mattermost/9.0.45/values.yaml rename to stable/mattermost/9.0.46/values.yaml