updating images to 1.6.0 (#2504)

pull/2505/head
Ed Welch 5 years ago committed by GitHub
parent 6e3e2fa39f
commit 00f494e536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/sources/clients/aws/eks/_index.md
  2. 4
      production/helm/fluent-bit/Chart.yaml
  3. 2
      production/helm/fluent-bit/values.yaml
  4. 4
      production/helm/loki-stack/Chart.yaml
  5. 4
      production/helm/loki/Chart.yaml
  6. 2
      production/helm/loki/values.yaml
  7. 4
      production/helm/promtail/Chart.yaml
  8. 2
      production/helm/promtail/values.yaml
  9. 2
      production/ksonnet/loki-canary/config.libsonnet
  10. 2
      production/ksonnet/loki/images.libsonnet
  11. 2
      production/ksonnet/promtail/config.libsonnet

@ -66,10 +66,10 @@ helm repo add loki https://grafana.github.io/loki/charts
helm search repo
NAME CHART VERSION APP VERSION DESCRIPTION
loki/fluent-bit 0.1.4 v1.5.0 Uses fluent-bit Loki go plugin for gathering lo...
loki/loki 0.30.1 v1.5.0 Loki: like Prometheus, but for logs.
loki/loki-stack 0.38.1 v1.5.0 Loki: like Prometheus, but for logs.
loki/promtail 0.23.2 v1.5.0 Responsible for gathering logs and sending them...
loki/fluent-bit 0.3.0 v1.6.0 Uses fluent-bit Loki go plugin for gathering lo...
loki/loki 0.31.0 v1.6.0 Loki: like Prometheus, but for logs.
loki/loki-stack 0.40.0 v1.6.0 Loki: like Prometheus, but for logs.
loki/promtail 0.24.0 v1.6.0 Responsible for gathering logs and sending them...
```
If you want to install Loki, Grafana, Prometheus and Promtail all together you can use the `loki-stack` chart, for now we'll focus on Promtail. Let's create a new helm value file, we'll fetch the [default][default value file] one and work from there:

@ -1,7 +1,7 @@
apiVersion: "v1"
name: fluent-bit
version: 0.2.0
appVersion: v1.5.0
version: 0.3.0
appVersion: v1.6.0
kubeVersion: "^1.10.0-0"
description: "Uses fluent-bit Loki go plugin for gathering logs and sending them to Loki"
home: https://grafana.com/loki

@ -48,7 +48,7 @@ deploymentStrategy: RollingUpdate
image:
repository: grafana/fluent-bit-plugin-loki
tag: 1.5.0-amd64
tag: 1.6.0-amd64
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be present in the namespace.

@ -1,7 +1,7 @@
apiVersion: "v1"
name: loki-stack
version: 0.39.0
appVersion: v1.5.0
version: 0.40.0
appVersion: v1.6.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.30.2
appVersion: v1.5.0
version: 0.31.0
appVersion: v1.6.0
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.5.0
tag: 1.6.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.

@ -1,7 +1,7 @@
apiVersion: "v1"
name: promtail
version: 0.23.5
appVersion: v1.5.0
version: 0.24.0
appVersion: v1.6.0
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.5.0
tag: 1.6.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.

@ -1,5 +1,5 @@
{
_images+:: {
loki_canary: 'grafana/loki-canary:1.5.0',
loki_canary: 'grafana/loki-canary:1.6.0',
},
}

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

@ -1,6 +1,6 @@
{
_images+:: {
promtail: 'grafana/promtail:1.5.0',
promtail: 'grafana/promtail:1.6.0',
},
_config+:: {

Loading…
Cancel
Save