From 9a7e583c77775d13dd3cfbbdfa4b9dae83ab3d68 Mon Sep 17 00:00:00 2001 From: Mathias Maes Date: Thu, 5 Oct 2023 12:21:00 +0200 Subject: [PATCH] fix(helm): fix missing whitespace in JAVA_TOOL_OPTIONS Signed-off-by: Mathias Maes --- deployment/helm/ditto/Chart.yaml | 2 +- deployment/helm/ditto/templates/connectivity-deployment.yaml | 2 +- deployment/helm/ditto/templates/gateway-deployment.yaml | 2 +- deployment/helm/ditto/templates/things-deployment.yaml | 2 +- deployment/helm/ditto/templates/thingssearch-deployment.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deployment/helm/ditto/Chart.yaml b/deployment/helm/ditto/Chart.yaml index 7d52c1b424..2d704b2de1 100644 --- a/deployment/helm/ditto/Chart.yaml +++ b/deployment/helm/ditto/Chart.yaml @@ -16,7 +16,7 @@ description: | A digital twin is a virtual, cloud based, representation of his real world counterpart (real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc). type: application -version: 3.3.8 # chart version is effectively set by release-job +version: 3.3.9 # chart version is effectively set by release-job appVersion: nightly keywords: - iot-chart diff --git a/deployment/helm/ditto/templates/connectivity-deployment.yaml b/deployment/helm/ditto/templates/connectivity-deployment.yaml index 0ca152ad84..ea37af97e0 100644 --- a/deployment/helm/ditto/templates/connectivity-deployment.yaml +++ b/deployment/helm/ditto/templates/connectivity-deployment.yaml @@ -126,7 +126,7 @@ spec: -XX:InitialRAMPercentage={{ .Values.connectivity.jvm.heapRamPercentage }} -XX:MaxGCPauseMillis={{ .Values.connectivity.jvm.maxGcPauseMillis }} {{ .Values.connectivity.additionalJvmOptions }} - {{- .Values.global.pekkoOptions }} + {{ .Values.global.pekkoOptions }} {{- if .Values.global.logging.customConfigFile.enabled }} -Dlogback.configurationFile=/opt/ditto/{{ .Values.global.logging.customConfigFile.fileName }} {{- end }} diff --git a/deployment/helm/ditto/templates/gateway-deployment.yaml b/deployment/helm/ditto/templates/gateway-deployment.yaml index a028f093e9..d1f6fb13f1 100644 --- a/deployment/helm/ditto/templates/gateway-deployment.yaml +++ b/deployment/helm/ditto/templates/gateway-deployment.yaml @@ -127,7 +127,7 @@ spec: -XX:InitialRAMPercentage={{ .Values.gateway.jvm.heapRamPercentage }} -XX:MaxGCPauseMillis={{ .Values.gateway.jvm.maxGcPauseMillis }} {{ .Values.gateway.additionalJvmOptions }} - {{- .Values.global.pekkoOptions }} + {{ .Values.global.pekkoOptions }} {{- if .Values.global.logging.customConfigFile.enabled }} -Dlogback.configurationFile=/opt/ditto/{{ .Values.global.logging.customConfigFile.fileName }} {{- end }} diff --git a/deployment/helm/ditto/templates/things-deployment.yaml b/deployment/helm/ditto/templates/things-deployment.yaml index ada25eb86d..2c782ccaba 100644 --- a/deployment/helm/ditto/templates/things-deployment.yaml +++ b/deployment/helm/ditto/templates/things-deployment.yaml @@ -126,7 +126,7 @@ spec: -XX:InitialRAMPercentage={{ .Values.things.jvm.heapRamPercentage }} -XX:MaxGCPauseMillis={{ .Values.things.jvm.maxGcPauseMillis }} {{ .Values.things.additionalJvmOptions }} - {{- .Values.global.pekkoOptions }} + {{ .Values.global.pekkoOptions }} {{- if .Values.global.logging.customConfigFile.enabled }} -Dlogback.configurationFile=/opt/ditto/{{ .Values.global.logging.customConfigFile.fileName }} {{- end }} diff --git a/deployment/helm/ditto/templates/thingssearch-deployment.yaml b/deployment/helm/ditto/templates/thingssearch-deployment.yaml index 3d2cdceffe..a3be6ed48f 100644 --- a/deployment/helm/ditto/templates/thingssearch-deployment.yaml +++ b/deployment/helm/ditto/templates/thingssearch-deployment.yaml @@ -126,7 +126,7 @@ spec: -XX:InitialRAMPercentage={{ .Values.thingsSearch.jvm.heapRamPercentage }} -XX:MaxGCPauseMillis={{ .Values.thingsSearch.jvm.maxGcPauseMillis }} {{ .Values.thingsSearch.additionalJvmOptions }} - {{- .Values.global.pekkoOptions }} + {{ .Values.global.pekkoOptions }} {{- if .Values.global.logging.customConfigFile.enabled }} -Dlogback.configurationFile=/opt/ditto/{{ .Values.global.logging.customConfigFile.fileName }} {{- end }}