Skip to content

Commit fd2c3ec

Browse files
committed
Code review feedback
1 parent 15b761c commit fd2c3ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/gameboard/charts/gameboard-api/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.8
18+
version: 0.5.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/gameboard/charts/gameboard-ui/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ settings: "{}"
9191
## assets/settings.json content in yaml form. Takes precedence over settings: value when populated.
9292
## NOTE: If specified here, will override the generated settings.json for installations that are using
9393
## the `settings` key. Change with caution.
94-
settingsYaml: null
94+
settingsYaml: {}
9595
# appname: Gameboard
9696
# apphost: http://localhost:5002
9797
# basehref: "gb"

charts/gameboard/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ gameboard-ui:
291291
## assets/settings.json content in yaml form. Takes precedence over settings: value when populated.
292292
## NOTE: If specified here, will override the generated settings.json for installations that are using
293293
## the `settings` key. Change with caution.
294-
settingsYaml: null
294+
settingsYaml: {}
295295
# appname: Gameboard
296296
# apphost: http://localhost:5002
297297
# basehref: "gb"

0 commit comments

Comments
 (0)