Skip to content

Commit

Permalink
Bump dependency versions for loki-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwenc committed Mar 12, 2022
1 parent 15b77cc commit 29b048f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/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.6.1
version: 2.6.2
appVersion: v2.1.0
kubeVersion: "^1.10.0-0"
description: "Loki: like Prometheus, but for logs."
Expand Down
14 changes: 7 additions & 7 deletions charts/loki-stack/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ dependencies:
- name: "loki"
condition: loki.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^2.3.0"
version: "^2.10.1"
- name: "promtail"
condition: promtail.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^2.2.0"
version: "^3.11.0"
- name: "fluent-bit"
condition: fluent-bit.enabled
repository: "https://grafana.github.io/helm-charts"
version: "^2.2.0"
version: "^2.3.0"
- name: "grafana"
condition: grafana.enabled
version: "~6.21.2"
version: "~6.24.1"
repository: "https://grafana.github.io/helm-charts"
- name: "prometheus"
condition: prometheus.enabled
version: "~15.0.1"
version: "~15.5.3"
repository: "https://prometheus-community.github.io/helm-charts"
- name: "filebeat"
condition: filebeat.enabled
version: "~7.8.0"
version: "~7.17.1"
repository: "https://helm.elastic.co"
- name: "logstash"
condition: logstash.enabled
version: "~7.8.0"
version: "~7.17.1"
repository: "https://helm.elastic.co"

0 comments on commit 29b048f

Please sign in to comment.