File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# This is the chart version. This version number should be incremented each time you make changes
2525# to the chart and its templates, including the app version.
2626# Versions are expected to follow Semantic Versioning (https://semver.org/)
27- version : 1.2.0
27+ version : 1.2.1
2828
2929# This is the version number of the application being deployed. This version number should be
3030# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ configMap:
2828 create : true
2929 settings :
3030 # generic settings
31- debug_mode : false
31+ DEBUG_MODE : false
3232 # Gin-related settings
33- gin_mode : release
34- gin_trusted_proxies : " "
33+ GIN_MODE : release
34+ GIN_TRUSTED_PROXIES : " "
3535 # TibiaData-related settings
36- tibiadata_edition : open-source
37- tibiadata_host : undefined
38- tibiadata_restriction_mode : false
36+ TIBIADATA_EDITION : open-source
37+ TIBIADATA_HOST : undefined
38+ TIBIADATA_RESTRICTION_MODE : false
3939
4040podAnnotations : {}
4141
You can’t perform that action at this time.
0 commit comments