Skip to content

Commit

Permalink
Merge pull request #2506 from maciekm/main
Browse files Browse the repository at this point in the history
[promtail] fix instance label
  • Loading branch information
zanhsieh authored Jul 18, 2023
2 parents dbf6016 + 9524e07 commit eb46bb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/promtail/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: promtail
description: Promtail is an agent which ships the contents of local logs to a Loki instance
type: application
appVersion: 2.8.2
version: 6.11.6
version: 6.11.7
home: https://grafana.com/loki
sources:
- https://github.com/grafana/loki
Expand Down
2 changes: 1 addition & 1 deletion charts/promtail/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# promtail

![Version: 6.11.6](https://img.shields.io/badge/Version-6.11.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)
![Version: 6.11.7](https://img.shields.io/badge/Version-6.11.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)

Promtail is an agent which ships the contents of local logs to a Loki instance

Expand Down
2 changes: 1 addition & 1 deletion charts/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ config:
target_label: app
- source_labels:
- __meta_kubernetes_pod_label_app_kubernetes_io_instance
- __meta_kubernetes_pod_label_release
- __meta_kubernetes_pod_label_instance
regex: ^;*([^;]+)(;.*)?$
action: replace
target_label: instance
Expand Down

0 comments on commit eb46bb2

Please sign in to comment.