Fix regression in chart name (#2406)

Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
pull/2418/head
Steven Sheehy 5 years ago committed by GitHub
parent 2e1fd42540
commit dd6865180f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      production/helm/loki-stack/Chart.yaml
  2. 6
      production/helm/loki-stack/requirements.yaml
  3. 4
      production/helm/loki-stack/values.yaml

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

@ -2,15 +2,15 @@ dependencies:
- name: "loki"
condition: loki.enabled
repository: "file://../loki"
version: "^0.6.0"
version: "^0.30.0"
- name: "promtail"
condition: promtail.enabled
repository: "file://../promtail"
version: "^0.6.0"
version: "^0.23.0"
- name: "fluent-bit"
condition: fluent-bit.enabled
repository: "file://../fluent-bit"
version: "^0.0.1"
version: "^0.1.0"
- name: "grafana"
condition: grafana.enabled
version: "~3.8.15"

@ -1,11 +1,8 @@
loki:
fullnameOverride: loki
enabled: true
promtail:
enabled: true
loki:
serviceName: loki
fluent-bit:
enabled: false
@ -41,7 +38,6 @@ filebeat:
logstash:
enabled: false
fullnameOverride: logstash-loki
image:
repository: grafana/logstash-output-loki
tag: 1.0.1

Loading…
Cancel
Save