From 45037040b4e5e142cb197868ccf608cb03faebb8 Mon Sep 17 00:00:00 2001
From: LarryGF <larrywtf609@gmail.com>
Date: Sun, 3 Dec 2023 15:11:03 +0100
Subject: [PATCH] Updating labeller rbac version

---
 helm/amd-gpu/templates/labeller.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/amd-gpu/templates/labeller.yaml b/helm/amd-gpu/templates/labeller.yaml
index caaeec0b..4f4fd22b 100644
--- a/helm/amd-gpu/templates/labeller.yaml
+++ b/helm/amd-gpu/templates/labeller.yaml
@@ -1,5 +1,5 @@
 {{- if .Values.labeller.enabled }}
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
   name: cr-{{ .Chart.Name }}-node-labeller
@@ -8,7 +8,7 @@ rules:
   resources: ["nodes"]
   verbs: ["watch", "get", "list", "update"]
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRoleBinding
 metadata:
   name: crb-{{ .Chart.Name }}-labeller
-- 
GitLab