v1.2.0: update helm and ksonnet (#1389)

pull/1394/head
Robert Fratto 6 years ago committed by GitHub
parent ccef3da2b6
commit bc3da94f1a
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
  6. 2
      production/ksonnet/loki-canary/config.libsonnet
  7. 2
      production/ksonnet/loki/images.libsonnet
  8. 2
      production/ksonnet/promtail/config.libsonnet

@ -1,7 +1,7 @@
apiVersion: "v1"
name: loki-stack
version: 0.22.0
appVersion: v1.1.0
version: 0.23.0
appVersion: v1.2.0
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.20.0
appVersion: v1.1.0
version: 0.21.0
appVersion: v1.2.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
home: https://grafana.com/loki

@ -67,7 +67,7 @@ config:
image:
repository: grafana/loki
tag: v1.1.0
tag: v1.2.0
pullPolicy: IfNotPresent
## Additional Loki container arguments, e.g. log level (debug, info, warn, error)

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

@ -8,7 +8,7 @@ deploymentStrategy: RollingUpdate
image:
repository: grafana/promtail
tag: v1.1.0
tag: v1.2.0
pullPolicy: IfNotPresent
livenessProbe: {}

@ -1,5 +1,5 @@
{
_images+:: {
loki_canary: 'grafana/loki-canary:v1.1.0',
loki_canary: 'grafana/loki-canary:v1.2.0',
},
}

@ -4,7 +4,7 @@
memcached: 'memcached:1.5.17-alpine',
memcachedExporter: 'prom/memcached-exporter:v0.6.0',
loki: 'grafana/loki:v1.1.0',
loki: 'grafana/loki:v1.2.0',
distributor: self.loki,
ingester: self.loki,

@ -1,6 +1,6 @@
{
_images+:: {
promtail: 'grafana/promtail:v1.1.0',
promtail: 'grafana/promtail:v1.2.0',
},
_config+:: {

Loading…
Cancel
Save