Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Upgrade promtail for monitoring/loki #875

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading