diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 22ce5789e6d2df92a1c0608979f7216d6ffbe2be..0727864f6933f84925a12e807fbd739a77ce829e 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -1,5 +1,5 @@ name: loki -version: 0.9.1 +version: 0.9.2 appVersion: 0.0.1 kubeVersion: "^1.10.0-0" description: "Loki: like Prometheus, but for logs." diff --git a/production/helm/loki/templates/pdb.yaml b/production/helm/loki/templates/pdb.yaml index 795733619d5e227361da2a4995bd579863749980..27093f5d8ed6ae27460b0f73cce1d9fc93a0797b 100644 --- a/production/helm/loki/templates/pdb.yaml +++ b/production/helm/loki/templates/pdb.yaml @@ -3,13 +3,14 @@ apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: name: {{ template "loki.fullname" . }} - app: {{ template "loki.name" . }} - heritage: {{ .Release.Service }} - release: {{ .Release.Name }} - chart: {{ template "loki.chart" . }} + labels: + app: {{ template "loki.name" . }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} + chart: {{ template "loki.chart" . }} spec: selector: matchLabels: app: {{ template "loki.name" . }} {{ toYaml .Values.podDisruptionBudget | indent 2 }} -{{- end -}} \ No newline at end of file +{{- end -}}