diff --git a/production/helm/loki-stack/Chart.yaml b/production/helm/loki-stack/Chart.yaml index c08e1ad48f08..ac48adbd1b97 100644 --- a/production/helm/loki-stack/Chart.yaml +++ b/production/helm/loki-stack/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: "v1" name: loki-stack -version: 0.37.3 +version: 0.37.4 appVersion: v1.5.0 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs." diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 4e737c8ee5c4..4f9a1e111142 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: "v1" name: loki -version: 0.29.0 +version: 0.29.1 appVersion: v1.5.0 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs." diff --git a/production/helm/loki/templates/ingress.yaml b/production/helm/loki/templates/ingress.yaml index 307ed678e635..f68cda8ea5f2 100644 --- a/production/helm/loki/templates/ingress.yaml +++ b/production/helm/loki/templates/ingress.yaml @@ -9,6 +9,7 @@ apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ $fullName }} + namespace: {{ .Release.Namespace }} labels: app: {{ template "loki.name" . }} chart: {{ template "loki.chart" . }}