diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 9a5f1e1629..55feb9b940 100644 --- a/charts/tempo/Chart.yaml +++ b/charts/tempo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo description: Grafana Tempo Single Binary Mode type: application -version: 1.10.1 +version: 1.10.2 appVersion: 2.5.0 engine: gotpl home: https://grafana.net diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 18b28c4b10..71e82844f5 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 1.10.1](https://img.shields.io/badge/Version-1.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) +![Version: 1.10.2](https://img.shields.io/badge/Version-1.10.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) Grafana Tempo Single Binary Mode diff --git a/charts/tempo/templates/networkpolicy.yaml b/charts/tempo/templates/networkpolicy.yaml index 7877d3314a..27ea713abb 100644 --- a/charts/tempo/templates/networkpolicy.yaml +++ b/charts/tempo/templates/networkpolicy.yaml @@ -52,7 +52,7 @@ spec: - namespaceSelector: {{- toYaml . | nindent 12 }} {{- end }} - - podSelector: + podSelector: matchLabels: {{- include "tempo.labels" . | nindent 14 }} role: read