From fcbda9f702461657cb12b59715d21e48e629eab5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 12 Nov 2021 13:25:05 +0100
Subject: [PATCH] Update RoleBinding a Grafana version

Co-authored-by: Benedikt Wetzel <stu126940@mail.uni-kiel.de>
---
 helm/Chart.yaml                             | 2 +-
 helm/templates/theodolite/role-binding.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 10a89201d..ccdc82128 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -13,7 +13,7 @@ type: application
 
 dependencies:
   - name: grafana
-    version: 6.0.0
+    version: 6.17.5
     repository: https://grafana.github.io/helm-charts
     condition: grafana.enabled
   - name: kube-prometheus-stack
diff --git a/helm/templates/theodolite/role-binding.yaml b/helm/templates/theodolite/role-binding.yaml
index 93d8c34e7..3b327bb24 100644
--- a/helm/templates/theodolite/role-binding.yaml
+++ b/helm/templates/theodolite/role-binding.yaml
@@ -1,5 +1,5 @@
 {{- if .Values.rbac.create -}}
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: RoleBinding
 metadata:
   name:  {{ include "theodolite.fullname" . }}
-- 
GitLab