File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.5.7
18
+ version : 0.5.8
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.5.7
18
+ version : 0.5.8
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -89,8 +89,10 @@ basehref: ""
89
89
settings : " {}"
90
90
91
91
# # assets/settings.json content in yaml form. Takes precedence over settings: value when populated.
92
- settingsYaml :
93
- appname : Gameboard
92
+ # # NOTE: If specified here, will override the generated settings.json for installations that are using
93
+ # # the `settings` key. Change with caution.
94
+ settingsYaml : {}
95
+ # appname: Gameboard
94
96
# apphost: http://localhost:5002
95
97
# basehref: "gb"
96
98
# imghost: 'http://localhost:5002/img'
@@ -99,15 +101,15 @@ settingsYaml:
99
101
# tocfile: ''
100
102
# countdownStartSecondsAtMinute: 5
101
103
# custom_background: 'custom-bg-dark-gray'
102
- consoleForgeConfig :
104
+ # consoleForgeConfig:
103
105
# canvasRecording:
104
106
# autoDownloadCompletedRecordings: true
105
107
# chunkLength: 1000
106
108
# frameRate: 25
107
109
# maxDuration: 10000
108
110
# mimeType: 'video/webm'
109
111
# consoleBackgroundStyle: 'rgb(40, 40, 40)'
110
- defaultConsoleType : vmware # or "proxmox"
112
+ # defaultConsoleType: vmware # or "proxmox"
111
113
# disabledFeatures:
112
114
# clipboard: false
113
115
# consoleScreenRecord: false
Original file line number Diff line number Diff line change @@ -289,8 +289,10 @@ gameboard-ui:
289
289
settings : " {}"
290
290
291
291
# # assets/settings.json content in yaml form. Takes precedence over settings: value when populated.
292
- settingsYaml :
293
- appname : Gameboard
292
+ # # NOTE: If specified here, will override the generated settings.json for installations that are using
293
+ # # the `settings` key. Change with caution.
294
+ settingsYaml : {}
295
+ # appname: Gameboard
294
296
# apphost: http://localhost:5002
295
297
# basehref: "gb"
296
298
# imghost: 'http://localhost:5002/img'
@@ -299,15 +301,15 @@ gameboard-ui:
299
301
# tocfile: ''
300
302
# countdownStartSecondsAtMinute: 5
301
303
# custom_background: 'custom-bg-dark-gray'
302
- consoleForgeConfig :
304
+ # consoleForgeConfig:
303
305
# canvasRecording:
304
306
# autoDownloadCompletedRecordings: true
305
307
# chunkLength: 1000
306
308
# frameRate: 25
307
309
# maxDuration: 10000
308
310
# mimeType: 'video/webm'
309
311
# consoleBackgroundStyle: 'rgb(40, 40, 40)'
310
- defaultConsoleType : vmware # or "proxmox"
312
+ # defaultConsoleType: vmware # or "proxmox"
311
313
# disabledFeatures:
312
314
# clipboard: false
313
315
# consoleScreenRecord: false
You can’t perform that action at this time.
0 commit comments