From 992fb21d7ba0457aa7c416db600a7afc091fc804 Mon Sep 17 00:00:00 2001 From: Feliksas <3208508+Feliksas@users.noreply.github.com> Date: Fri, 3 Sep 2021 13:27:48 +0300 Subject: [PATCH 1/2] Fix PodSecurityPolicy contradicting the init container settings Signed-off-by: Feliksas <3208508+Feliksas@users.noreply.github.com> --- charts/grafana/Chart.yaml | 2 +- charts/grafana/templates/podsecuritypolicy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index 0075f117ab..a529632166 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 6.16.3 +version: 6.16.4 appVersion: 8.1.2 kubeVersion: '^1.8.0-0' description: The leading tool for querying and visualizing time series and metrics. diff --git a/charts/grafana/templates/podsecuritypolicy.yaml b/charts/grafana/templates/podsecuritypolicy.yaml index f5917a507d..7de6c021d3 100644 --- a/charts/grafana/templates/podsecuritypolicy.yaml +++ b/charts/grafana/templates/podsecuritypolicy.yaml @@ -30,7 +30,7 @@ spec: hostIPC: false hostPID: false runAsUser: - rule: 'MustRunAsNonRoot' + rule: 'RunAsAny' seLinux: rule: 'RunAsAny' supplementalGroups: From 684a21c485c439abc191d2e12f9d6de3b503cd47 Mon Sep 17 00:00:00 2001 From: Feliksas <3208508+Feliksas@users.noreply.github.com> Date: Thu, 9 Sep 2021 23:40:23 +0300 Subject: [PATCH 2/2] Version bump Signed-off-by: Feliksas <3208508+Feliksas@users.noreply.github.com> --- charts/grafana/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index a529632166..f315f16be4 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 6.16.4 +version: 6.16.5 appVersion: 8.1.2 kubeVersion: '^1.8.0-0' description: The leading tool for querying and visualizing time series and metrics.