From 49be5add77fd51bacb20a9f194c3fc4417bd19ab Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 22 Feb 2023 10:48:37 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/discordgsm/1.0.5/app-changelog.md | 9 --------- stable/discordgsm/{1.0.5 => 1.0.6}/CHANGELOG.md | 9 +++++++++ stable/discordgsm/{1.0.5 => 1.0.6}/Chart.yaml | 4 ++-- stable/discordgsm/{1.0.5 => 1.0.6}/README.md | 0 stable/discordgsm/1.0.6/app-changelog.md | 9 +++++++++ stable/discordgsm/{1.0.5 => 1.0.6}/app-readme.md | 0 .../{1.0.5 => 1.0.6}/charts/common-11.1.2.tgz | Bin .../{1.0.5 => 1.0.6}/charts/postgresql-11.0.29.tgz | Bin stable/discordgsm/{1.0.5 => 1.0.6}/ix_values.yaml | 2 +- stable/discordgsm/{1.0.5 => 1.0.6}/questions.yaml | 0 .../{1.0.5 => 1.0.6}/templates/_secret.tpl | 0 .../{1.0.5 => 1.0.6}/templates/common.yaml | 0 stable/discordgsm/{1.0.5 => 1.0.6}/values.yaml | 0 13 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/discordgsm/1.0.5/app-changelog.md rename stable/discordgsm/{1.0.5 => 1.0.6}/CHANGELOG.md (84%) rename stable/discordgsm/{1.0.5 => 1.0.6}/Chart.yaml (96%) rename stable/discordgsm/{1.0.5 => 1.0.6}/README.md (100%) create mode 100644 stable/discordgsm/1.0.6/app-changelog.md rename stable/discordgsm/{1.0.5 => 1.0.6}/app-readme.md (100%) rename stable/discordgsm/{1.0.5 => 1.0.6}/charts/common-11.1.2.tgz (100%) rename stable/discordgsm/{1.0.5 => 1.0.6}/charts/postgresql-11.0.29.tgz (100%) rename stable/discordgsm/{1.0.5 => 1.0.6}/ix_values.yaml (93%) rename stable/discordgsm/{1.0.5 => 1.0.6}/questions.yaml (100%) rename stable/discordgsm/{1.0.5 => 1.0.6}/templates/_secret.tpl (100%) rename stable/discordgsm/{1.0.5 => 1.0.6}/templates/common.yaml (100%) rename stable/discordgsm/{1.0.5 => 1.0.6}/values.yaml (100%) diff --git a/stable/discordgsm/1.0.5/app-changelog.md b/stable/discordgsm/1.0.5/app-changelog.md deleted file mode 100644 index 7d09e33a51b..00000000000 --- a/stable/discordgsm/1.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [discordgsm-1.0.5](https://github.com/truecharts/charts/compare/discordgsm-1.0.4...discordgsm-1.0.5) (2023-02-19) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/stable/discordgsm/1.0.5/CHANGELOG.md b/stable/discordgsm/1.0.6/CHANGELOG.md similarity index 84% rename from stable/discordgsm/1.0.5/CHANGELOG.md rename to stable/discordgsm/1.0.6/CHANGELOG.md index 48cf7584113..9d726835e9c 100644 --- a/stable/discordgsm/1.0.5/CHANGELOG.md +++ b/stable/discordgsm/1.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [discordgsm-1.0.6](https://github.com/truecharts/charts/compare/discordgsm-1.0.5...discordgsm-1.0.6) (2023-02-22) + +### Chore + +- update container image tccr.io/truecharts/game-server-monitor to v2.11.0 + + + + ## [discordgsm-1.0.5](https://github.com/truecharts/charts/compare/discordgsm-1.0.4...discordgsm-1.0.5) (2023-02-19) ### Chore diff --git a/stable/discordgsm/1.0.5/Chart.yaml b/stable/discordgsm/1.0.6/Chart.yaml similarity index 96% rename from stable/discordgsm/1.0.5/Chart.yaml rename to stable/discordgsm/1.0.6/Chart.yaml index 460af847c8e..5e7d36f1f36 100644 --- a/stable/discordgsm/1.0.5/Chart.yaml +++ b/stable/discordgsm/1.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.10.0" +appVersion: "2.11.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -24,7 +24,7 @@ name: discordgsm sources: - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - https://github.com/DiscordGSM/GameServerMonitor -version: 1.0.5 +version: 1.0.6 annotations: truecharts.org/catagories: | - monitor diff --git a/stable/discordgsm/1.0.5/README.md b/stable/discordgsm/1.0.6/README.md similarity index 100% rename from stable/discordgsm/1.0.5/README.md rename to stable/discordgsm/1.0.6/README.md diff --git a/stable/discordgsm/1.0.6/app-changelog.md b/stable/discordgsm/1.0.6/app-changelog.md new file mode 100644 index 00000000000..34d71b888ab --- /dev/null +++ b/stable/discordgsm/1.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [discordgsm-1.0.6](https://github.com/truecharts/charts/compare/discordgsm-1.0.5...discordgsm-1.0.6) (2023-02-22) + +### Chore + +- update container image tccr.io/truecharts/game-server-monitor to v2.11.0 + + \ No newline at end of file diff --git a/stable/discordgsm/1.0.5/app-readme.md b/stable/discordgsm/1.0.6/app-readme.md similarity index 100% rename from stable/discordgsm/1.0.5/app-readme.md rename to stable/discordgsm/1.0.6/app-readme.md diff --git a/stable/discordgsm/1.0.5/charts/common-11.1.2.tgz b/stable/discordgsm/1.0.6/charts/common-11.1.2.tgz similarity index 100% rename from stable/discordgsm/1.0.5/charts/common-11.1.2.tgz rename to stable/discordgsm/1.0.6/charts/common-11.1.2.tgz diff --git a/stable/discordgsm/1.0.5/charts/postgresql-11.0.29.tgz b/stable/discordgsm/1.0.6/charts/postgresql-11.0.29.tgz similarity index 100% rename from stable/discordgsm/1.0.5/charts/postgresql-11.0.29.tgz rename to stable/discordgsm/1.0.6/charts/postgresql-11.0.29.tgz diff --git a/stable/discordgsm/1.0.5/ix_values.yaml b/stable/discordgsm/1.0.6/ix_values.yaml similarity index 93% rename from stable/discordgsm/1.0.5/ix_values.yaml rename to stable/discordgsm/1.0.6/ix_values.yaml index 1e826d14853..6f969e33101 100644 --- a/stable/discordgsm/1.0.5/ix_values.yaml +++ b/stable/discordgsm/1.0.6/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/game-server-monitor pullPolicy: IfNotPresent - tag: 2.10.0@sha256:b80cfe317edae74ec0fcbb664de260ab16565c26b4eb640968c7574709c17386 + tag: 2.11.0@sha256:f072466ae74a89e905eb8c0ccca48befa70a6d529efdffb7e4382153539e86f2 securityContext: runAsNonRoot: false diff --git a/stable/discordgsm/1.0.5/questions.yaml b/stable/discordgsm/1.0.6/questions.yaml similarity index 100% rename from stable/discordgsm/1.0.5/questions.yaml rename to stable/discordgsm/1.0.6/questions.yaml diff --git a/stable/discordgsm/1.0.5/templates/_secret.tpl b/stable/discordgsm/1.0.6/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/1.0.5/templates/_secret.tpl rename to stable/discordgsm/1.0.6/templates/_secret.tpl diff --git a/stable/discordgsm/1.0.5/templates/common.yaml b/stable/discordgsm/1.0.6/templates/common.yaml similarity index 100% rename from stable/discordgsm/1.0.5/templates/common.yaml rename to stable/discordgsm/1.0.6/templates/common.yaml diff --git a/stable/discordgsm/1.0.5/values.yaml b/stable/discordgsm/1.0.6/values.yaml similarity index 100% rename from stable/discordgsm/1.0.5/values.yaml rename to stable/discordgsm/1.0.6/values.yaml