mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 23:17:19 +08:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user