diff --git a/charts/incubator/promtail/Chart.yaml b/charts/incubator/promtail/Chart.yaml index 03fef58827e..7795b71c5c2 100644 --- a/charts/incubator/promtail/Chart.yaml +++ b/charts/incubator/promtail/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://grafana.com/oss/loki/ - https://grafana.com/docs/loki/latest/ type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/incubator/promtail/values.yaml b/charts/incubator/promtail/values.yaml index e630656bcb8..3a732c30dd9 100644 --- a/charts/incubator/promtail/values.yaml +++ b/charts/incubator/promtail/values.yaml @@ -262,7 +262,7 @@ config: http_listen_port: {{ .Values.config.serverPort }} client: - url: {{ .Values.config.lokiAddress | default ( printf "http://%v.ix-%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name Release.Namespace ) }} + url: {{ .Values.config.lokiAddress | default ( printf "http://%v.%v.svc.cluster.local:3100/loki/api/v1/push" .Release.Name .Release.Namespace ) }} {{- tpl .Values.config.snippets.extraClientConfigs . | nindent 2 }} positions: