From 2d29219e40668c3fe9a0296b8db42e47313e93d6 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 1 Dec 2023 00:40:17 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/discordgsm/4.0.11/app-changelog.md | 9 -- .../{4.0.11 => 4.0.12}/CHANGELOG.md | 20 +-- .../discordgsm/{4.0.11 => 4.0.12}/Chart.yaml | 6 +- .../discordgsm/{4.0.11 => 4.0.12}/README.md | 0 stable/discordgsm/4.0.12/app-changelog.md | 10 ++ .../{4.0.11 => 4.0.12}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{4.0.11 => 4.0.12}/ix_values.yaml | 2 +- .../{4.0.11 => 4.0.12}/questions.yaml | 151 ++++++++++++++++++ .../{4.0.11 => 4.0.12}/templates/NOTES.txt | 0 .../{4.0.11 => 4.0.12}/templates/_secret.tpl | 0 .../{4.0.11 => 4.0.12}/templates/common.yaml | 0 .../discordgsm/{4.0.11 => 4.0.12}/values.yaml | 0 13 files changed, 176 insertions(+), 22 deletions(-) delete mode 100644 stable/discordgsm/4.0.11/app-changelog.md rename stable/discordgsm/{4.0.11 => 4.0.12}/CHANGELOG.md (87%) rename stable/discordgsm/{4.0.11 => 4.0.12}/Chart.yaml (88%) rename stable/discordgsm/{4.0.11 => 4.0.12}/README.md (100%) create mode 100644 stable/discordgsm/4.0.12/app-changelog.md rename stable/discordgsm/{4.0.11 => 4.0.12}/app-readme.md (100%) rename stable/discordgsm/{4.0.11 => 4.0.12}/charts/common-14.3.5.tgz (100%) rename stable/discordgsm/{4.0.11 => 4.0.12}/ix_values.yaml (94%) rename stable/discordgsm/{4.0.11 => 4.0.12}/questions.yaml (91%) rename stable/discordgsm/{4.0.11 => 4.0.12}/templates/NOTES.txt (100%) rename stable/discordgsm/{4.0.11 => 4.0.12}/templates/_secret.tpl (100%) rename stable/discordgsm/{4.0.11 => 4.0.12}/templates/common.yaml (100%) rename stable/discordgsm/{4.0.11 => 4.0.12}/values.yaml (100%) diff --git a/stable/discordgsm/4.0.11/app-changelog.md b/stable/discordgsm/4.0.11/app-changelog.md deleted file mode 100644 index a8e012de0b..0000000000 --- a/stable/discordgsm/4.0.11/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [discordgsm-4.0.11](https://github.com/truecharts/charts/compare/discordgsm-4.0.10...discordgsm-4.0.11) (2023-11-17) - -### Feat - -- update container image discordgsm/discord-game-server-monitor to v2.15.0 ([#14800](https://github.com/truecharts/charts/issues/14800)) - - \ No newline at end of file diff --git a/stable/discordgsm/4.0.11/CHANGELOG.md b/stable/discordgsm/4.0.12/CHANGELOG.md similarity index 87% rename from stable/discordgsm/4.0.11/CHANGELOG.md rename to stable/discordgsm/4.0.12/CHANGELOG.md index 54f69c56c3..6bf1087792 100644 --- a/stable/discordgsm/4.0.11/CHANGELOG.md +++ b/stable/discordgsm/4.0.12/CHANGELOG.md @@ -4,6 +4,16 @@ +## [discordgsm-4.0.12](https://github.com/truecharts/charts/compare/discordgsm-4.0.11...discordgsm-4.0.12) (2023-12-01) + +### Chore + +- cleanup chart.yaml and add min-max scale version + - update container image discordgsm/discord-game-server-monitor to v2.15.1[@c0475aa](https://github.com/c0475aa) ([#15543](https://github.com/truecharts/charts/issues/15543)) + + + + ## [discordgsm-4.0.11](https://github.com/truecharts/charts/compare/discordgsm-4.0.10...discordgsm-4.0.11) (2023-11-17) ### Feat @@ -87,13 +97,3 @@ ## [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) - diff --git a/stable/discordgsm/4.0.11/Chart.yaml b/stable/discordgsm/4.0.12/Chart.yaml similarity index 88% rename from stable/discordgsm/4.0.11/Chart.yaml rename to stable/discordgsm/4.0.12/Chart.yaml index 3a7936110c..25ba797681 100644 --- a/stable/discordgsm/4.0.11/Chart.yaml +++ b/stable/discordgsm/4.0.12/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.15.0" +appVersion: 2.15.1 dependencies: - name: common repository: https://library-charts.truecharts.org @@ -20,7 +20,9 @@ name: discordgsm sources: - https://github.com/truecharts/charts/tree/master/charts/stable/discordgsm - https://github.com/DiscordGSM/GameServerMonitor -version: 4.0.11 +version: 4.0.12 annotations: + min_scale_version: "22.12.4" + max_scale_version: "23.10.1" truecharts.org/category: monitor truecharts.org/SCALE-support: "true" diff --git a/stable/discordgsm/4.0.11/README.md b/stable/discordgsm/4.0.12/README.md similarity index 100% rename from stable/discordgsm/4.0.11/README.md rename to stable/discordgsm/4.0.12/README.md diff --git a/stable/discordgsm/4.0.12/app-changelog.md b/stable/discordgsm/4.0.12/app-changelog.md new file mode 100644 index 0000000000..94d0e4514a --- /dev/null +++ b/stable/discordgsm/4.0.12/app-changelog.md @@ -0,0 +1,10 @@ + + +## [discordgsm-4.0.12](https://github.com/truecharts/charts/compare/discordgsm-4.0.11...discordgsm-4.0.12) (2023-12-01) + +### Chore + +- cleanup chart.yaml and add min-max scale version + - update container image discordgsm/discord-game-server-monitor to v2.15.1[@c0475aa](https://github.com/c0475aa) ([#15543](https://github.com/truecharts/charts/issues/15543)) + + \ No newline at end of file diff --git a/stable/discordgsm/4.0.11/app-readme.md b/stable/discordgsm/4.0.12/app-readme.md similarity index 100% rename from stable/discordgsm/4.0.11/app-readme.md rename to stable/discordgsm/4.0.12/app-readme.md diff --git a/stable/discordgsm/4.0.11/charts/common-14.3.5.tgz b/stable/discordgsm/4.0.12/charts/common-14.3.5.tgz similarity index 100% rename from stable/discordgsm/4.0.11/charts/common-14.3.5.tgz rename to stable/discordgsm/4.0.12/charts/common-14.3.5.tgz diff --git a/stable/discordgsm/4.0.11/ix_values.yaml b/stable/discordgsm/4.0.12/ix_values.yaml similarity index 94% rename from stable/discordgsm/4.0.11/ix_values.yaml rename to stable/discordgsm/4.0.12/ix_values.yaml index 91a68df495..c2612ff9bb 100644 --- a/stable/discordgsm/4.0.11/ix_values.yaml +++ b/stable/discordgsm/4.0.12/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: discordgsm/discord-game-server-monitor pullPolicy: IfNotPresent - tag: 2.15.0@sha256:8c9420272455b653b84e8c3e101352b67e1bda5a0b4599ee8f5a46d25b6647d0 + tag: 2.15.1@sha256:c0475aa31c9b425f18d615594ae5b3ac2eca05d9743c240a514656279853b1e0 securityContext: container: runAsNonRoot: false diff --git a/stable/discordgsm/4.0.11/questions.yaml b/stable/discordgsm/4.0.12/questions.yaml similarity index 91% rename from stable/discordgsm/4.0.11/questions.yaml rename to stable/discordgsm/4.0.12/questions.yaml index cf719289df..8ba9602cd6 100644 --- a/stable/discordgsm/4.0.11/questions.yaml +++ b/stable/discordgsm/4.0.12/questions.yaml @@ -1982,6 +1982,157 @@ questions: schema: type: int default: 36107 + - variable: ingress + label: "Ingress" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enable Ingress + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hosts + label: Hosts + schema: + type: list + default: [] + items: + - variable: hostEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: host + label: HostName + schema: + type: string + default: "" + required: true + - variable: paths + label: Paths + schema: + type: list + default: [{path: "/", pathType: "Prefix"}] + items: + - variable: pathEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: path + label: Path + schema: + type: string + required: true + default: "/" + - variable: pathType + label: Path Type + schema: + type: string + required: true + default: Prefix + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" + - variable: middlewares + label: Traefik Middlewares + description: Add previously created Traefik Middlewares to this Ingress + schema: + type: list + default: [] + items: + - variable: name + label: Name + schema: + type: string + default: "" + required: true + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + - variable: entrypoint + label: (Advanced) Traefik Entrypoint + description: Entrypoint used by Traefik when using Traefik as Ingress Provider + schema: + type: string + default: websecure + show_if: [["advanced", "=", true]] + required: true + - variable: allowCors + label: "Allow Cross Origin Requests" + schema: + type: boolean + show_if: [["advanced", "=", true]] + default: false + - variable: ingressClassName + label: (Advanced/Optional) IngressClass Name + schema: + type: string + show_if: [["advanced", "=", true]] + default: "" + - variable: tls + label: TLS-Settings + schema: + type: list + show_if: [["advanced", "=", true]] + default: [] + items: + - variable: tlsEntry + label: Host + schema: + additional_attrs: true + type: dict + attrs: + - variable: hosts + label: Certificate Hosts + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: certificateIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' + schema: + type: string + default: "" + - variable: clusterCertificate + label: 'Cluster Certificate (Advanced)' + description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.' + schema: + type: string + show_if: [["certificateIssuer", "=", ""]] + default: "" + - variable: secretName + label: 'Use Custom Certificate Secret (Advanced)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: string + default: "" + - variable: scaleCert + label: 'Use TrueNAS SCALE Certificate (Deprecated)' + schema: + show_if: [["certificateIssuer", "=", ""]] + type: int + $ref: + - "definitions/certificate" - variable: envList label: Codeserver Environment Variables schema: diff --git a/stable/discordgsm/4.0.11/templates/NOTES.txt b/stable/discordgsm/4.0.12/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/4.0.11/templates/NOTES.txt rename to stable/discordgsm/4.0.12/templates/NOTES.txt diff --git a/stable/discordgsm/4.0.11/templates/_secret.tpl b/stable/discordgsm/4.0.12/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/4.0.11/templates/_secret.tpl rename to stable/discordgsm/4.0.12/templates/_secret.tpl diff --git a/stable/discordgsm/4.0.11/templates/common.yaml b/stable/discordgsm/4.0.12/templates/common.yaml similarity index 100% rename from stable/discordgsm/4.0.11/templates/common.yaml rename to stable/discordgsm/4.0.12/templates/common.yaml diff --git a/stable/discordgsm/4.0.11/values.yaml b/stable/discordgsm/4.0.12/values.yaml similarity index 100% rename from stable/discordgsm/4.0.11/values.yaml rename to stable/discordgsm/4.0.12/values.yaml