Skip to content

Commit

Permalink
Merge pull request #4023 from wireapp/release_2024-04-26_07_00
Browse files Browse the repository at this point in the history
Release 2024-04-26 - (expected chart version 5.1.0)
  • Loading branch information
battermann authored Apr 29, 2024
2 parents 02d3bf3 + 1949145 commit 65470f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2024-04-26] (Chart Release 4.43.0)

## Bug fixes and other updates


* charts/brig: Fix template for settings ES CA certs (#4022)


# [2024-04-25] (Chart Release 4.42.0)

## Release notes
Expand Down
4 changes: 2 additions & 2 deletions charts/brig/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ data:
{{- if $.Values.secrets.elasticsearch }}
credentials: /etc/wire/brig/secrets/elasticsearch-credentials.yaml
{{- end }}
{{- if (include "configureElasticSearchCa" .) }}
{{- if eq (include "configureElasticSearchCa" .) "true" }}
caCert: /etc/wire/brig/elasticsearch-ca/{{ include "elasticsearchTlsSecretKey" .}}
{{- end }}
{{- if (include "configureAdditionalElasticSearchCa" .) }}
{{- if eq (include "configureAdditionalElasticSearchCa" .) "true" }}
additionalCaCert: /etc/wire/brig/additional-elasticsearch-ca/{{ include "additionalElasticsearchTlsSecretKey" .}}
{{- end }}
{{- if $.Values.secrets.elasticsearchAdditional }}
Expand Down

0 comments on commit 65470f7

Please sign in to comment.