Skip to content

Commit b36e99e

Browse files
author
ci bot
committed
Merge branch 'fix-helm' into 'enterprise'
fix(helm): variable reference in UI chart See merge request dkinternal/observability/dataops-observability!61
2 parents 49981e5 + e28d2a2 commit b36e99e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/charts/observability-app/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: dataops-observability-app
33
type: application
44
appVersion: "2.x.x"
5-
version: "2.4.0"
5+
version: "2.4.1"
66

77
description: DataOps Observability
88
home: https://datakitchen.io

deploy/charts/observability-app/templates/observability-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
value: {{ .Values.observability_ui.api_base_url | quote }}
4848
- name: OBSERVABILITY_AUTH_METHOD
4949
value: {{ .Values.observability_ui.auth_method | quote }}
50-
{{- if .Values.observability_ui.hostname }}
50+
{{- if .Values.observability_api.hostname }}
5151
- name: OBSERVABILITY_API_HOSTNAME
5252
value: {{ tpl .Values.observability_api.hostname . | quote }}
5353
{{- end }}

0 commit comments

Comments
 (0)