Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 71cde5d

Browse files
authored
dependency to 1.0.2 (#94)
add - to remove empty lines
1 parent 231f74a commit 71cde5d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

apigateway/helm/Chart.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: common
33
repository: https://open-source.softwareag.com/webmethods-helm-charts/charts
4-
version: 1.0.1
4+
version: 1.0.2
55
- name: prometheus-elasticsearch-exporter
66
repository: https://prometheus-community.github.io/helm-charts
77
version: 5.0.0
8-
digest: sha256:3e450b2f52c57562e920dce727c8354be6cc2717f0d6fb15f23c393a49313a9b
9-
generated: "2023-11-21T17:33:57.371102+01:00"
8+
digest: sha256:c8fd5d9ed3a3017059f47b0eca80f748d8c3c3c090bb15badb93f8473171901e
9+
generated: "2024-06-18T12:08:57.800872+02:00"
-4.46 KB
Binary file not shown.
4.51 KB
Binary file not shown.

common/helm/templates/_metering.tpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Usage:
2828
- name: "METERING_TRUSTSTORE_FILE"
2929
value: "{{ .Values.metering.trustStoreFile }}"
3030
- name: "METERING_TRUSTSTORE_PASSWORD"
31-
{{ if .Values.metering.trustStorePasswordFromSecret.enabled }}
31+
{{- if .Values.metering.trustStorePasswordFromSecret.enabled }}
3232
valueFrom:
3333
secretKeyRef:
3434
name: "{{ .Values.metering.trustStorePasswordFromSecret.secretName }}"
3535
key: "{{ .Values.metering.trustStorePasswordFromSecret.secretKey }}"
36-
{{ else }}
36+
{{- else }}
3737
value: "{{ .Values.metering.trustStorePassword }}"
3838
{{- end }}
3939
{{- end }}

0 commit comments

Comments
 (0)