Skip to content

Commit

Permalink
Helm Chart: Fix schema of logstash default values (grafana#3004)
Browse files Browse the repository at this point in the history
* Fix schema of logstash default values

* Bump helm chart version
  • Loading branch information
nsmith5 authored Dec 1, 2020
1 parent 2dace39 commit 70915f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 2.1.0
version: 2.1.1
appVersion: v2.0.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
5 changes: 2 additions & 3 deletions production/helm/loki-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ filebeat:
logstash:
enabled: false
image:
repository: grafana/logstash-output-loki
tag: 1.0.1
image: grafana/logstash-output-loki
imageTag: 1.0.1
filters:
main: |-
filter {
Expand Down

0 comments on commit 70915f5

Please sign in to comment.