Skip to content

Commit

Permalink
dependency to 1.0.2 (#94)
Browse files Browse the repository at this point in the history
add - to remove empty lines
  • Loading branch information
AronKa-SAG authored Jun 18, 2024
1 parent 231f74a commit 71cde5d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apigateway/helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -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-18T12:08:57.800872+02:00"
Binary file removed apigateway/helm/charts/common-1.0.1.tgz
Binary file not shown.
Binary file added apigateway/helm/charts/common-1.0.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions common/helm/templates/_metering.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 71cde5d

Please sign in to comment.