Skip to content

Commit

Permalink
Change image tag from 1.4.1 to 1.4.0 in Helm chart (grafana#2015)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
etashsingh authored Apr 30, 2020
1 parent ec75c78 commit 292717d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion production/helm/loki-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion production/helm/promtail/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion production/helm/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ initContainer:

image:
repository: grafana/promtail
tag: 1.4.1
tag: 1.4.0
pullPolicy: IfNotPresent

livenessProbe: {}
Expand Down

0 comments on commit 292717d

Please sign in to comment.