diff --git a/apigateway/helm/Chart.lock b/apigateway/helm/Chart.lock index 5f6388a..bcc2cbe 100644 --- a/apigateway/helm/Chart.lock +++ b/apigateway/helm/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: common repository: https://open-source.softwareag.com/webmethods-helm-charts/charts - version: 1.0.1 + version: 1.0.2 - name: prometheus-elasticsearch-exporter repository: https://prometheus-community.github.io/helm-charts version: 5.0.0 -digest: sha256:3e450b2f52c57562e920dce727c8354be6cc2717f0d6fb15f23c393a49313a9b -generated: "2023-11-21T17:33:57.371102+01:00" +digest: sha256:c8fd5d9ed3a3017059f47b0eca80f748d8c3c3c090bb15badb93f8473171901e +generated: "2024-06-17T10:32:44.63173+02:00" diff --git a/apigateway/helm/charts/common-1.0.1.tgz b/apigateway/helm/charts/common-1.0.1.tgz deleted file mode 100644 index 72ad6f1..0000000 Binary files a/apigateway/helm/charts/common-1.0.1.tgz and /dev/null differ diff --git a/apigateway/helm/charts/common-1.0.2.tgz b/apigateway/helm/charts/common-1.0.2.tgz new file mode 100644 index 0000000..ccaf813 Binary files /dev/null and b/apigateway/helm/charts/common-1.0.2.tgz differ diff --git a/common/helm/templates/_metering.tpl b/common/helm/templates/_metering.tpl index 06e9a76..b0897e8 100644 --- a/common/helm/templates/_metering.tpl +++ b/common/helm/templates/_metering.tpl @@ -28,12 +28,12 @@ Usage: - name: "METERING_TRUSTSTORE_FILE" value: "{{ .Values.metering.trustStoreFile }}" - name: "METERING_TRUSTSTORE_PASSWORD" -{{ if .Values.metering.trustStorePasswordFromSecret.enabled }} +{{- if .Values.metering.trustStorePasswordFromSecret.enabled }} valueFrom: secretKeyRef: name: "{{ .Values.metering.trustStorePasswordFromSecret.secretName }}" key: "{{ .Values.metering.trustStorePasswordFromSecret.secretKey }}" -{{ else }} +{{- else }} value: "{{ .Values.metering.trustStorePassword }}" -{{ end }} +{{- end }} {{- end }} \ No newline at end of file