From 33f7c7978dcadc95704261e19a29dfff4b6177ab Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 7 Sep 2023 02:44:04 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/discordgsm/4.0.0/app-changelog.md | 0 .../discordgsm/{4.0.0 => 4.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/discordgsm/{4.0.0 => 4.0.1}/Chart.yaml | 4 ++-- stable/discordgsm/{4.0.0 => 4.0.1}/README.md | 0 stable/discordgsm/4.0.1/app-changelog.md | 9 +++++++++ .../discordgsm/{4.0.0 => 4.0.1}/app-readme.md | 0 .../{4.0.0 => 4.0.1}/charts/common-14.0.1.tgz | Bin .../{4.0.0 => 4.0.1}/ix_values.yaml | 2 +- .../{4.0.0 => 4.0.1}/questions.yaml | 0 .../{4.0.0 => 4.0.1}/templates/NOTES.txt | 0 .../{4.0.0 => 4.0.1}/templates/_secret.tpl | 0 .../{4.0.0 => 4.0.1}/templates/common.yaml | 0 .../discordgsm/{4.0.0 => 4.0.1}/values.yaml | 0 13 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 stable/discordgsm/4.0.0/app-changelog.md rename stable/discordgsm/{4.0.0 => 4.0.1}/CHANGELOG.md (90%) rename stable/discordgsm/{4.0.0 => 4.0.1}/Chart.yaml (95%) rename stable/discordgsm/{4.0.0 => 4.0.1}/README.md (100%) create mode 100644 stable/discordgsm/4.0.1/app-changelog.md rename stable/discordgsm/{4.0.0 => 4.0.1}/app-readme.md (100%) rename stable/discordgsm/{4.0.0 => 4.0.1}/charts/common-14.0.1.tgz (100%) rename stable/discordgsm/{4.0.0 => 4.0.1}/ix_values.yaml (94%) rename stable/discordgsm/{4.0.0 => 4.0.1}/questions.yaml (100%) rename stable/discordgsm/{4.0.0 => 4.0.1}/templates/NOTES.txt (100%) rename stable/discordgsm/{4.0.0 => 4.0.1}/templates/_secret.tpl (100%) rename stable/discordgsm/{4.0.0 => 4.0.1}/templates/common.yaml (100%) rename stable/discordgsm/{4.0.0 => 4.0.1}/values.yaml (100%) diff --git a/stable/discordgsm/4.0.0/app-changelog.md b/stable/discordgsm/4.0.0/app-changelog.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/stable/discordgsm/4.0.0/CHANGELOG.md b/stable/discordgsm/4.0.1/CHANGELOG.md similarity index 90% rename from stable/discordgsm/4.0.0/CHANGELOG.md rename to stable/discordgsm/4.0.1/CHANGELOG.md index 4a90fc4efae..d580c37ceaa 100644 --- a/stable/discordgsm/4.0.0/CHANGELOG.md +++ b/stable/discordgsm/4.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [discordgsm-4.0.1](https://github.com/truecharts/charts/compare/discordgsm-4.0.0...discordgsm-4.0.1) (2023-09-07) + +### Chore + +- update container image tccr.io/truecharts/game-server-monitor to v2.14.0 ([#12321](https://github.com/truecharts/charts/issues/12321)) + + + + ## [discordgsm-4.0.0](https://github.com/truecharts/charts/compare/discordgsm-3.0.1...discordgsm-4.0.0) (2023-07-31) @@ -88,12 +97,3 @@ - update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197)) - - - -## [discordgsm-2.0.17](https://github.com/truecharts/charts/compare/discordgsm-2.0.16...discordgsm-2.0.17) (2023-05-26) - -### Chore - -- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156)) - diff --git a/stable/discordgsm/4.0.0/Chart.yaml b/stable/discordgsm/4.0.1/Chart.yaml similarity index 95% rename from stable/discordgsm/4.0.0/Chart.yaml rename to stable/discordgsm/4.0.1/Chart.yaml index eb806d242c3..99bf2c8908d 100644 --- a/stable/discordgsm/4.0.0/Chart.yaml +++ b/stable/discordgsm/4.0.1/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.12.1" +appVersion: "2.14.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,7 @@ name: discordgsm sources: - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - https://github.com/DiscordGSM/GameServerMonitor -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - monitor diff --git a/stable/discordgsm/4.0.0/README.md b/stable/discordgsm/4.0.1/README.md similarity index 100% rename from stable/discordgsm/4.0.0/README.md rename to stable/discordgsm/4.0.1/README.md diff --git a/stable/discordgsm/4.0.1/app-changelog.md b/stable/discordgsm/4.0.1/app-changelog.md new file mode 100644 index 00000000000..ac79e9cc41a --- /dev/null +++ b/stable/discordgsm/4.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [discordgsm-4.0.1](https://github.com/truecharts/charts/compare/discordgsm-4.0.0...discordgsm-4.0.1) (2023-09-07) + +### Chore + +- update container image tccr.io/truecharts/game-server-monitor to v2.14.0 ([#12321](https://github.com/truecharts/charts/issues/12321)) + + \ No newline at end of file diff --git a/stable/discordgsm/4.0.0/app-readme.md b/stable/discordgsm/4.0.1/app-readme.md similarity index 100% rename from stable/discordgsm/4.0.0/app-readme.md rename to stable/discordgsm/4.0.1/app-readme.md diff --git a/stable/discordgsm/4.0.0/charts/common-14.0.1.tgz b/stable/discordgsm/4.0.1/charts/common-14.0.1.tgz similarity index 100% rename from stable/discordgsm/4.0.0/charts/common-14.0.1.tgz rename to stable/discordgsm/4.0.1/charts/common-14.0.1.tgz diff --git a/stable/discordgsm/4.0.0/ix_values.yaml b/stable/discordgsm/4.0.1/ix_values.yaml similarity index 94% rename from stable/discordgsm/4.0.0/ix_values.yaml rename to stable/discordgsm/4.0.1/ix_values.yaml index 4a7c415d335..805653d0b8d 100644 --- a/stable/discordgsm/4.0.0/ix_values.yaml +++ b/stable/discordgsm/4.0.1/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/game-server-monitor pullPolicy: IfNotPresent - tag: 2.12.1@sha256:1febfb09ff02b48ce0062d4075440e62cc84d309599ae01b7be84586ea337d0b + tag: v2.14.0@sha256:0ca524b74fa68bfdab7c68d73dde42fd4f921912cca4e450c46e2a5c4d424944 securityContext: container: diff --git a/stable/discordgsm/4.0.0/questions.yaml b/stable/discordgsm/4.0.1/questions.yaml similarity index 100% rename from stable/discordgsm/4.0.0/questions.yaml rename to stable/discordgsm/4.0.1/questions.yaml diff --git a/stable/discordgsm/4.0.0/templates/NOTES.txt b/stable/discordgsm/4.0.1/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/4.0.0/templates/NOTES.txt rename to stable/discordgsm/4.0.1/templates/NOTES.txt diff --git a/stable/discordgsm/4.0.0/templates/_secret.tpl b/stable/discordgsm/4.0.1/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/4.0.0/templates/_secret.tpl rename to stable/discordgsm/4.0.1/templates/_secret.tpl diff --git a/stable/discordgsm/4.0.0/templates/common.yaml b/stable/discordgsm/4.0.1/templates/common.yaml similarity index 100% rename from stable/discordgsm/4.0.0/templates/common.yaml rename to stable/discordgsm/4.0.1/templates/common.yaml diff --git a/stable/discordgsm/4.0.0/values.yaml b/stable/discordgsm/4.0.1/values.yaml similarity index 100% rename from stable/discordgsm/4.0.0/values.yaml rename to stable/discordgsm/4.0.1/values.yaml