diff --git a/stable/discordgsm/4.0.9/CHANGELOG.md b/stable/discordgsm/4.0.10/CHANGELOG.md similarity index 89% rename from stable/discordgsm/4.0.9/CHANGELOG.md rename to stable/discordgsm/4.0.10/CHANGELOG.md index 817258373a..1c1a64a2ce 100644 --- a/stable/discordgsm/4.0.9/CHANGELOG.md +++ b/stable/discordgsm/4.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [discordgsm-4.0.10](https://github.com/truecharts/charts/compare/discordgsm-4.0.9...discordgsm-4.0.10) (2023-11-17) + +### Chore + +- update container image tccr.io/truecharts/game-server-monitor to v2.15.0 ([#14741](https://github.com/truecharts/charts/issues/14741)) + + + + ## [discordgsm-4.0.9](https://github.com/truecharts/charts/compare/discordgsm-4.0.8...discordgsm-4.0.9) (2023-11-08) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955)) - - - -## [discordgsm-3.0.0](https://github.com/truecharts/charts/compare/discordgsm-2.0.24...discordgsm-3.0.0) (2023-07-04) - - - - -## [discordgsm-2.0.24](https://github.com/truecharts/charts/compare/discordgsm-2.0.23...discordgsm-2.0.24) (2023-07-01) diff --git a/stable/discordgsm/4.0.9/Chart.yaml b/stable/discordgsm/4.0.10/Chart.yaml similarity index 95% rename from stable/discordgsm/4.0.9/Chart.yaml rename to stable/discordgsm/4.0.10/Chart.yaml index 807e1a0e96..eb13c3e87c 100644 --- a/stable/discordgsm/4.0.9/Chart.yaml +++ b/stable/discordgsm/4.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.14.0" +appVersion: "2.15.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.9 +version: 4.0.10 annotations: truecharts.org/category: monitor truecharts.org/SCALE-support: "true" diff --git a/stable/discordgsm/4.0.9/README.md b/stable/discordgsm/4.0.10/README.md similarity index 100% rename from stable/discordgsm/4.0.9/README.md rename to stable/discordgsm/4.0.10/README.md diff --git a/stable/discordgsm/4.0.10/app-changelog.md b/stable/discordgsm/4.0.10/app-changelog.md new file mode 100644 index 0000000000..526fb6a5b9 --- /dev/null +++ b/stable/discordgsm/4.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [discordgsm-4.0.10](https://github.com/truecharts/charts/compare/discordgsm-4.0.9...discordgsm-4.0.10) (2023-11-17) + +### Chore + +- update container image tccr.io/truecharts/game-server-monitor to v2.15.0 ([#14741](https://github.com/truecharts/charts/issues/14741)) + + \ No newline at end of file diff --git a/stable/discordgsm/4.0.9/app-readme.md b/stable/discordgsm/4.0.10/app-readme.md similarity index 100% rename from stable/discordgsm/4.0.9/app-readme.md rename to stable/discordgsm/4.0.10/app-readme.md diff --git a/stable/discordgsm/4.0.9/charts/common-14.3.5.tgz b/stable/discordgsm/4.0.10/charts/common-14.3.5.tgz similarity index 100% rename from stable/discordgsm/4.0.9/charts/common-14.3.5.tgz rename to stable/discordgsm/4.0.10/charts/common-14.3.5.tgz diff --git a/stable/discordgsm/4.0.9/ix_values.yaml b/stable/discordgsm/4.0.10/ix_values.yaml similarity index 94% rename from stable/discordgsm/4.0.9/ix_values.yaml rename to stable/discordgsm/4.0.10/ix_values.yaml index 805653d0b8..39b1fa91c9 100644 --- a/stable/discordgsm/4.0.9/ix_values.yaml +++ b/stable/discordgsm/4.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/game-server-monitor pullPolicy: IfNotPresent - tag: v2.14.0@sha256:0ca524b74fa68bfdab7c68d73dde42fd4f921912cca4e450c46e2a5c4d424944 + tag: v2.15.0@sha256:fff1ef3adf04ca770be78af379cd2d169b292b83a1ddce63269543abeebd6238 securityContext: container: diff --git a/stable/discordgsm/4.0.9/questions.yaml b/stable/discordgsm/4.0.10/questions.yaml similarity index 91% rename from stable/discordgsm/4.0.9/questions.yaml rename to stable/discordgsm/4.0.10/questions.yaml index bd39eb53ef..cf719289df 100644 --- a/stable/discordgsm/4.0.9/questions.yaml +++ b/stable/discordgsm/4.0.10/questions.yaml @@ -643,6 +643,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: persistenceList label: Additional App Storage group: Storage and Persistence @@ -763,6 +856,99 @@ questions: show_if: [["type", "=", "pvc"]] type: string default: 256Gi + - variable: storageClass + label: 'storageClass (Advanced)' + description: 'sets the storageClass to something other than iX default. Only for advanced usecases!' + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "" + - variable: static + label: 'Static Fixed PVC Bindings (Experimental)' + description: Link a PVC to a specific storage location + schema: + show_if: [["type", "=", "pvc"]] + type: dict + additional_attrs: true + attrs: + - variable: mode + label: mode + description: | + disabled: use normal dynamic PVCs + smb: connect to an SMB share + nfs: connect to an NFS share + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: disabled + - value: smb + description: smb + - value: nfs + description: nfs + - variable: server + label: Server + description: server to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "myserver" + - variable: share + label: Share + description: share to connect to + schema: + type: string + show_if: [["mode", "!=", "disabled"]] + default: "/myshare" + - variable: user + label: User + description: connecting user + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "myuser" + - variable: domain + label: Domain + description: user domain + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: password + label: Password + description: connecting password + schema: + type: string + show_if: [["mode", "=", "smb"]] + default: "" + - variable: volumeSnapshots + label: 'Volume Snapshots (Experimental)' + description: Add an entry to the list to force creation of a volumeSnapshot of this PVC + schema: + show_if: [["type", "=", "pvc"]] + type: list + default: [] + items: + - variable: volumeSnapshotEntry + label: Custom volumeSnapshot + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: 'WARNING: renaming this, means deletion of the snapshot with the old name!' + schema: + type: string + default: "mysnapshot" + required: true + - variable: volumeSnapshotClassName + label: 'volumeSnapshot Class Name (Advanced)' + description: For use with PVCs using a non-default storageClass + schema: + type: string + default: "" - variable: ingress label: "" group: Ingress @@ -805,7 +991,7 @@ questions: label: Paths schema: type: list - default: [] + default: [{path: "/", pathType: "Prefix"}] items: - variable: pathEntry label: Host diff --git a/stable/discordgsm/4.0.9/templates/NOTES.txt b/stable/discordgsm/4.0.10/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/4.0.9/templates/NOTES.txt rename to stable/discordgsm/4.0.10/templates/NOTES.txt diff --git a/stable/discordgsm/4.0.9/templates/_secret.tpl b/stable/discordgsm/4.0.10/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/4.0.9/templates/_secret.tpl rename to stable/discordgsm/4.0.10/templates/_secret.tpl diff --git a/stable/discordgsm/4.0.9/templates/common.yaml b/stable/discordgsm/4.0.10/templates/common.yaml similarity index 100% rename from stable/discordgsm/4.0.9/templates/common.yaml rename to stable/discordgsm/4.0.10/templates/common.yaml diff --git a/stable/discordgsm/4.0.9/values.yaml b/stable/discordgsm/4.0.10/values.yaml similarity index 100% rename from stable/discordgsm/4.0.9/values.yaml rename to stable/discordgsm/4.0.10/values.yaml diff --git a/stable/discordgsm/4.0.9/app-changelog.md b/stable/discordgsm/4.0.9/app-changelog.md deleted file mode 100644 index f46f1ae98a..0000000000 --- a/stable/discordgsm/4.0.9/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [discordgsm-4.0.9](https://github.com/truecharts/charts/compare/discordgsm-4.0.8...discordgsm-4.0.9) (2023-11-08) - -### Chore - -- update helm general non-major ([#14465](https://github.com/truecharts/charts/issues/14465)) - - \ No newline at end of file