Change image tag from 1.4.1 to 1.4.0 in Helm chart (#2015)

* Change image tag from 1.4.1 to 1.4.0

Change image tag from 1.4.1 to 1.4.0 to make the chart work as the image with 1.4.1 runs into errors while deploying

* Update chart version value

* update loki stack chert version

* Changed image tag value from 1.4.1 to 1.4.0

* Update values.yaml

* Update Chart.yaml

* Update Chart.yaml

* Update Chart.yaml

* Update loki-stack chart version
pull/2022/head
Etash Singh 5 years ago committed by GitHub
parent 02b51f2d5c
commit 521999c419
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      production/helm/loki-stack/Chart.yaml
  2. 2
      production/helm/promtail/Chart.yaml
  3. 2
      production/helm/promtail/values.yaml

@ -1,6 +1,6 @@
apiVersion: "v1"
name: loki-stack
version: 0.36.1
version: 0.36.2
appVersion: v1.4.1
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."

@ -1,6 +1,6 @@
apiVersion: "v1"
name: promtail
version: 0.22.1
version: 0.22.2
appVersion: v1.4.1
kubeVersion: "^1.10.0-0"
description: "Responsible for gathering logs and sending them to Loki"

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

Loading…
Cancel
Save