Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-12-01 22:34:25 +00:00
parent 71a6c08ada
commit a24d029b34
14 changed files with 140 additions and 45 deletions

View File

@ -1,9 +0,0 @@
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [discordgsm-0.0.5](https://github.com/truecharts/charts/compare/discordgsm-0.0.4...discordgsm-0.0.5) (2022-12-01)
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))
## [discordgsm-0.0.4]discordgsm-0.0.4 (2022-11-30)
### Chore
- update container image tccr.io/truecharts/game-server-monitor to v2.9.1 ([#4923](https://github.com/truecharts/charts/issues/4923))

View File

@ -24,7 +24,7 @@ name: discordgsm
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/discordgsm - https://github.com/truecharts/charts/tree/master/charts/incubator/discordgsm
- https://github.com/DiscordGSM/GameServerMonitor - https://github.com/DiscordGSM/GameServerMonitor
version: 0.0.4 version: 0.0.5
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- monitor - monitor

View File

@ -0,0 +1,4 @@
## [discordgsm-0.0.5](https://github.com/truecharts/charts/compare/discordgsm-0.0.4...discordgsm-0.0.5) (2022-12-01)

View File

@ -27,7 +27,6 @@ gsm:
workers: 2 workers: 2
timeout: 90 timeout: 90
# Bot Config # Bot Config
# Fake Token for CI
app_token: "" app_token: ""
whitelist_guilds: [] whitelist_guilds: []
app_activity_type: 3 app_activity_type: 3

View File

@ -120,12 +120,14 @@ questions:
enum: enum:
- value: "0" - value: "0"
description: Playing description: Playing
- value: "1"
description: Streaming
- value: "2" - value: "2"
description: Listening description: Listening
- value: "3" - value: "3"
description: Watching description: Watching
- value: "5" - value: "5"
description: Playing description: Competing
- variable: app_activity_name - variable: app_activity_name
label: App Activity Name label: App Activity Name
description: Presence activity name override. description: Presence activity name override.
@ -133,7 +135,7 @@ questions:
type: string type: string
default: "" default: ""
- variable: app_presence_advertise - variable: app_presence_advertise
label: App Presense Advertise label: App Presence Advertise
description: Enable advertisement feature on presence description: Enable advertisement feature on presence
schema: schema:
type: boolean type: boolean

View File

@ -17,7 +17,7 @@ stringData:
DB_CONNECTION: {{ print "postgres" }} DB_CONNECTION: {{ print "postgres" }}
APP_TOKEN: {{ .Values.gsm.app_token | quote }} APP_TOKEN: {{ .Values.gsm.app_token | quote }}
{{- with .Values.gsm.whitelist_guilds }} {{- with .Values.gsm.whitelist_guilds }}
WHITELIST_GUILDS: {{ join ";" . }} WHITELIST_GUILDS: {{ join ";" . | quote }}
{{- end }} {{- end }}
APP_ACTIVITY_TYPE: {{ .Values.gsm.app_activity_type | quote }} APP_ACTIVITY_TYPE: {{ .Values.gsm.app_activity_type | quote }}
{{- with .Values.gsm.app_activity_name }} {{- with .Values.gsm.app_activity_name }}