diff --git a/production/helm/promtail/Chart.yaml b/production/helm/promtail/Chart.yaml index 41c87a72be7e..619164f3a345 100644 --- a/production/helm/promtail/Chart.yaml +++ b/production/helm/promtail/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: "v1" name: promtail -version: 0.19.0 +version: 0.19.1 appVersion: v1.3.0 kubeVersion: "^1.10.0-0" description: "Responsible for gathering logs and sending them to Loki" diff --git a/production/helm/promtail/templates/NOTES.txt b/production/helm/promtail/templates/NOTES.txt index 82df065fe1c8..4d8a1a50d490 100644 --- a/production/helm/promtail/templates/NOTES.txt +++ b/production/helm/promtail/templates/NOTES.txt @@ -1,3 +1,3 @@ Verify the application is working by running these commands: - kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.port }} - curl http://127.0.0.1:{{ .Values.port }}/metrics \ No newline at end of file + kubectl --namespace {{ .Release.Namespace }} port-forward daemonset/{{ include "promtail.fullname" . }} {{ .Values.config.server.http_listen_port }} + curl http://127.0.0.1:{{ .Values.config.server.http_listen_port }}/metrics