bitnami/zipkin Remove quote for the host (#31866)

* bitnami/zipkin Remove quote for the host

Signed-off-by: Peter Trekels <peter.trekels@gmail.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Peter Trekels <peter.trekels@gmail.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Peter Trekels <peter.trekels@gmail.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
ptrekelsseg
2025-02-11 15:51:13 +01:00
committed by GitHub
parent ee055a9fa8
commit 0d71362df6
4 changed files with 9 additions and 5 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.1.3 (2025-01-28)
## 1.1.4 (2025-02-11)
* [bitnami/zipkin] Release 1.1.3 ([#31630](https://github.com/bitnami/charts/pull/31630))
* bitnami/zipkin Remove quote for the host ([#31866](https://github.com/bitnami/charts/pull/31866))
## <small>1.1.3 (2025-01-28)</small>
* [bitnami/zipkin] Release 1.1.3 (#31630) ([48a4008](https://github.com/bitnami/charts/commit/48a400808a562d555cca8731a9adb395989ae743)), closes [#31630](https://github.com/bitnami/charts/issues/31630)
## <small>1.1.2 (2025-01-21)</small>

View File

@@ -35,4 +35,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/zipkin
- https://github.com/bitnami/containers/tree/main/bitnami/zipkin
- https://github.com/openzipkin/zipkin
version: 1.1.3
version: 1.1.4

View File

@@ -29,7 +29,7 @@ Create the cassandra host
*/}}
{{- define "zipkin.cassandra.host" -}}
{{- if not .Values.cassandra.enabled -}}
{{- .Values.externalDatabase.host | quote -}}
{{- .Values.externalDatabase.host -}}
{{- else -}}
{{- include "common.names.dependency.fullname" (dict "chartName" "cassandra" "chartValues" .Values.cassandra "context" $) -}}
{{- end }}

View File

@@ -43,7 +43,7 @@ Init container definition for waiting for the database to be ready
fi
env:
- name: CQLSH_HOST
value: {{ include "zipkin.cassandra.host" . }}
value: {{ include "zipkin.cassandra.host" . | quote }}
- name: BITNAMI_DEBUG
value: {{ ternary "true" "false" .Values.defaultInitContainers.waitForCassandra.image.debug | quote }}
- name: CQLSH_PORT