Skip to content

Commit

Permalink
Upgrade promtail for monitoring/loki
Browse files Browse the repository at this point in the history
Fixes an outstanding bug in their goroutine handling
  • Loading branch information
michaeljguarino committed Oct 12, 2023
1 parent 48f67cb commit 52b7e69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion loki/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: loki
description: helm chart for loki
type: application
version: 0.1.18
version: 0.1.19
appVersion: "v2.6.1"
dependencies:
- name: loki-distributed
Expand Down
2 changes: 1 addition & 1 deletion loki/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ promtail:
image:
registry: dkr.plural.sh
repository: loki/grafana/promtail
tag: 2.6.1
tag: 2.9.1
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "3101"
Expand Down
2 changes: 1 addition & 1 deletion monitoring/helm/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: monitoring
description: A Helm chart for Kubernetes
type: application
version: 0.2.28
version: 0.2.29
appVersion: "0.1.0"
dependencies:
- name: kube-prometheus-stack
Expand Down
2 changes: 1 addition & 1 deletion monitoring/helm/monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ promtail:
image:
registry: dkr.plural.sh
repository: monitoring/grafana/promtail
tag: 2.4.2
tag: 2.9.1
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "3101"
Expand Down

0 comments on commit 52b7e69

Please sign in to comment.