bumps helm to keepalive-master after cortex vendoring (#1937)

* bumps helm to keepalive-master after cortex vendoring

* minor helm version bump + keepalive image for promtail
pull/1939/head
Owen Diehl 5 years ago committed by GitHub
parent 6d5408c100
commit f86785b68e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      production/helm/loki-stack/Chart.yaml
  2. 4
      production/helm/loki/Chart.yaml
  3. 2
      production/helm/loki/values.yaml
  4. 4
      production/helm/promtail/Chart.yaml
  5. 2
      production/helm/promtail/values.yaml

@ -1,7 +1,7 @@
apiVersion: "v1"
name: loki-stack
version: 0.34.2
appVersion: v1.4.1
version: 0.35.0
appVersion: v1.4.2
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
home: https://grafana.com/loki

@ -1,7 +1,7 @@
apiVersion: "v1"
name: loki
version: 0.26.1
appVersion: v1.4.1
version: 0.27.0
appVersion: v1.4.2
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
home: https://grafana.com/loki

@ -1,6 +1,6 @@
image:
repository: grafana/loki
tag: 1.4.1
tag: keepalive-master-6d5408c
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.

@ -1,7 +1,7 @@
apiVersion: "v1"
name: promtail
version: 0.20.1
appVersion: v1.4.1
version: 0.21.0
appVersion: v1.4.2
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"
home: https://grafana.com/loki

@ -17,7 +17,7 @@ initContainer:
image:
repository: grafana/promtail
tag: 1.4.1
tag: keepalive-master-6d5408c
pullPolicy: IfNotPresent
livenessProbe: {}

Loading…
Cancel
Save