From fb66875f706e8533f63f5ea82a7f86d221a0e212 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:24:15 -0400 Subject: [PATCH] feat(mattermost): Back 2 stable after new common (#10599) --- charts/{incubator => stable}/mattermost/.helmignore | 0 .../{incubator => stable}/mattermost/CHANGELOG.md | 0 charts/{incubator => stable}/mattermost/Chart.yaml | 2 +- charts/{incubator => stable}/mattermost/README.md | 0 charts/{incubator => stable}/mattermost/icon.png | Bin .../{incubator => stable}/mattermost/questions.yaml | 0 .../mattermost/templates/NOTES.txt | 0 .../mattermost/templates/common.yaml | 0 charts/{incubator => stable}/mattermost/values.yaml | 0 9 files changed, 1 insertion(+), 1 deletion(-) rename charts/{incubator => stable}/mattermost/.helmignore (100%) rename charts/{incubator => stable}/mattermost/CHANGELOG.md (100%) rename charts/{incubator => stable}/mattermost/Chart.yaml (98%) rename charts/{incubator => stable}/mattermost/README.md (100%) rename charts/{incubator => stable}/mattermost/icon.png (100%) rename charts/{incubator => stable}/mattermost/questions.yaml (100%) rename charts/{incubator => stable}/mattermost/templates/NOTES.txt (100%) rename charts/{incubator => stable}/mattermost/templates/common.yaml (100%) rename charts/{incubator => stable}/mattermost/values.yaml (100%) diff --git a/charts/incubator/mattermost/.helmignore b/charts/stable/mattermost/.helmignore similarity index 100% rename from charts/incubator/mattermost/.helmignore rename to charts/stable/mattermost/.helmignore diff --git a/charts/incubator/mattermost/CHANGELOG.md b/charts/stable/mattermost/CHANGELOG.md similarity index 100% rename from charts/incubator/mattermost/CHANGELOG.md rename to charts/stable/mattermost/CHANGELOG.md diff --git a/charts/incubator/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml similarity index 98% rename from charts/incubator/mattermost/Chart.yaml rename to charts/stable/mattermost/Chart.yaml index ecbdec7d26a..e4acc7802f5 100644 --- a/charts/incubator/mattermost/Chart.yaml +++ b/charts/stable/mattermost/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/mattermost - https://github.com/mattermost/mattermost-server - https://github.com/mattermost/docker -version: 8.0.0 +version: 8.0.1 annotations: truecharts.org/catagories: | - hosting diff --git a/charts/incubator/mattermost/README.md b/charts/stable/mattermost/README.md similarity index 100% rename from charts/incubator/mattermost/README.md rename to charts/stable/mattermost/README.md diff --git a/charts/incubator/mattermost/icon.png b/charts/stable/mattermost/icon.png similarity index 100% rename from charts/incubator/mattermost/icon.png rename to charts/stable/mattermost/icon.png diff --git a/charts/incubator/mattermost/questions.yaml b/charts/stable/mattermost/questions.yaml similarity index 100% rename from charts/incubator/mattermost/questions.yaml rename to charts/stable/mattermost/questions.yaml diff --git a/charts/incubator/mattermost/templates/NOTES.txt b/charts/stable/mattermost/templates/NOTES.txt similarity index 100% rename from charts/incubator/mattermost/templates/NOTES.txt rename to charts/stable/mattermost/templates/NOTES.txt diff --git a/charts/incubator/mattermost/templates/common.yaml b/charts/stable/mattermost/templates/common.yaml similarity index 100% rename from charts/incubator/mattermost/templates/common.yaml rename to charts/stable/mattermost/templates/common.yaml diff --git a/charts/incubator/mattermost/values.yaml b/charts/stable/mattermost/values.yaml similarity index 100% rename from charts/incubator/mattermost/values.yaml rename to charts/stable/mattermost/values.yaml