Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gameboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.7
version: 0.5.8
2 changes: 1 addition & 1 deletion charts/gameboard/charts/gameboard-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.7
version: 0.5.8

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 6 additions & 4 deletions charts/gameboard/charts/gameboard-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ basehref: ""
settings: "{}"

## assets/settings.json content in yaml form. Takes precedence over settings: value when populated.
settingsYaml:
appname: Gameboard
## NOTE: If specified here, will override the generated settings.json for installations that are using
## the `settings` key. Change with caution.
settingsYaml: {}
# appname: Gameboard
# apphost: http://localhost:5002
# basehref: "gb"
# imghost: 'http://localhost:5002/img'
Expand All @@ -99,15 +101,15 @@ settingsYaml:
# tocfile: ''
# countdownStartSecondsAtMinute: 5
# custom_background: 'custom-bg-dark-gray'
consoleForgeConfig:
# consoleForgeConfig:
# canvasRecording:
# autoDownloadCompletedRecordings: true
# chunkLength: 1000
# frameRate: 25
# maxDuration: 10000
# mimeType: 'video/webm'
# consoleBackgroundStyle: 'rgb(40, 40, 40)'
defaultConsoleType: vmware # or "proxmox"
# defaultConsoleType: vmware # or "proxmox"
# disabledFeatures:
# clipboard: false
# consoleScreenRecord: false
Expand Down
10 changes: 6 additions & 4 deletions charts/gameboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,10 @@ gameboard-ui:
settings: "{}"

## assets/settings.json content in yaml form. Takes precedence over settings: value when populated.
settingsYaml:
appname: Gameboard
## NOTE: If specified here, will override the generated settings.json for installations that are using
## the `settings` key. Change with caution.
settingsYaml: {}
# appname: Gameboard
# apphost: http://localhost:5002
# basehref: "gb"
# imghost: 'http://localhost:5002/img'
Expand All @@ -299,15 +301,15 @@ gameboard-ui:
# tocfile: ''
# countdownStartSecondsAtMinute: 5
# custom_background: 'custom-bg-dark-gray'
consoleForgeConfig:
# consoleForgeConfig:
# canvasRecording:
# autoDownloadCompletedRecordings: true
# chunkLength: 1000
# frameRate: 25
# maxDuration: 10000
# mimeType: 'video/webm'
# consoleBackgroundStyle: 'rgb(40, 40, 40)'
defaultConsoleType: vmware # or "proxmox"
# defaultConsoleType: vmware # or "proxmox"
# disabledFeatures:
# clipboard: false
# consoleScreenRecord: false
Expand Down