Skip to content
Snippets Groups Projects
Commit 2fc59f8f authored by julian.baeume's avatar julian.baeume :pick:
Browse files

[helm chart] configure default value for extras.monitoring

fix deployments that did not have this value configured at all
by providing a sensible default.
parent 3a35e07e
No related branches found
No related tags found
No related merge requests found
......@@ -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: 1.5.0
version: 1.5.1
# 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
......
......@@ -2,6 +2,11 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
global:
extras:
monitoring:
enabled: false
replicaCount: 1
defaultRegistry: registry.open-xchange.com
......@@ -105,6 +110,10 @@ baseUrls: []
compressFileSize: 600
compressFileTypes: application/javascript application/json application/x-javascript application/xml application/xml+rss text/css text/html text/javascript text/plain text/xml image/svg+xml
extras:
monitoring:
enabled: false
redis:
enabled: false
host: ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment