From eb8dd68f8bfead75cd2f68cd4cbb81f9b0ba4500 Mon Sep 17 00:00:00 2001 From: Sheikh-Abubaker Date: Wed, 3 Jul 2024 00:39:26 +0530 Subject: [PATCH 1/2] Remove multiple - (dash) entries under from in ingress to perform AND operation making NP more secure Signed-off-by: Sheikh-Abubaker --- charts/tempo/Chart.yaml | 2 +- charts/tempo/README.md | 2 +- charts/tempo/templates/networkpolicy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/tempo/Chart.yaml b/charts/tempo/Chart.yaml index 715c5b61d3..ee66a94fe6 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.0 +version: 1.10.1 appVersion: 2.5.0 engine: gotpl home: https://grafana.net diff --git a/charts/tempo/README.md b/charts/tempo/README.md index 040d05c722..18b28c4b10 100644 --- a/charts/tempo/README.md +++ b/charts/tempo/README.md @@ -1,6 +1,6 @@ # tempo -![Version: 1.10.0](https://img.shields.io/badge/Version-1.10.0-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.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) 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 From 0c51d5f6d85bdc1453b1828d885a5331e42c5907 Mon Sep 17 00:00:00 2001 From: Sheikh-Abubaker Date: Mon, 22 Jul 2024 23:01:40 +0530 Subject: [PATCH 2/2] Bump Chart Version Signed-off-by: Sheikh-Abubaker --- charts/tempo/Chart.yaml | 2 +- charts/tempo/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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