Fix helm lint check

Change-Id: I7759cbabdbae8266adf4f285221c7c5dbb089ad0
diff --git a/ran/accelleran-cu/Chart.yaml b/ran/accelleran-cu/Chart.yaml
index 18a31f3..9535f92 100644
--- a/ran/accelleran-cu/Chart.yaml
+++ b/ran/accelleran-cu/Chart.yaml
@@ -11,4 +11,4 @@
 description: A Helm chart to install Accelleran CU
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.2
+version: 0.1.3
diff --git a/ran/accelleran-cu/templates/_helpers.tpl b/ran/accelleran-cu/templates/_helpers.tpl
index 5a22b26..0016ab3 100644
--- a/ran/accelleran-cu/templates/_helpers.tpl
+++ b/ran/accelleran-cu/templates/_helpers.tpl
@@ -34,7 +34,7 @@
   labels:
 {{ tuple $saName $context | include "accelleran-cu.metadata_labels" | indent 4 }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: RoleBinding
 metadata:
   name: {{ $saName }}
@@ -50,7 +50,7 @@
     name: {{ $saName }}
     namespace: {{ $saNamespace }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: Role
 metadata:
   name: {{ $saName }}