Fix helm lint check

Change-Id: I7759cbabdbae8266adf4f285221c7c5dbb089ad0
diff --git a/apps/cdn/cdn-local/Chart.yaml b/apps/cdn/cdn-local/Chart.yaml
index b8a61ae..7652463 100644
--- a/apps/cdn/cdn-local/Chart.yaml
+++ b/apps/cdn/cdn-local/Chart.yaml
@@ -8,4 +8,4 @@
 description: A Helm chart for M-CORD CDN Services in Local Edge
 icon: https://guide.opencord.org/logos/cord.svg
 name: cdn-local
-version: 0.2.5
+version: 0.2.6
diff --git a/apps/cdn/cdn-local/templates/_helpers.tpl b/apps/cdn/cdn-local/templates/_helpers.tpl
index 193d461..2bade14 100644
--- a/apps/cdn/cdn-local/templates/_helpers.tpl
+++ b/apps/cdn/cdn-local/templates/_helpers.tpl
@@ -41,7 +41,7 @@
   labels:
 {{ tuple $saName $context | include "cdn-local.metadata_labels" | indent 4 }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: RoleBinding
 metadata:
   name: {{ $saName }}
@@ -57,7 +57,7 @@
     name: {{ $saName }}
     namespace: {{ $saNamespace }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: Role
 metadata:
   name: {{ $saName }}
diff --git a/apps/cdn/cdn-remote/Chart.yaml b/apps/cdn/cdn-remote/Chart.yaml
index 1ec6b27..c24e846 100644
--- a/apps/cdn/cdn-remote/Chart.yaml
+++ b/apps/cdn/cdn-remote/Chart.yaml
@@ -8,4 +8,4 @@
 appVersion: "1.0"
 description: A Helm chart for M-CORD CDN Services in Remote Edge
 name: cdn-remote
-version: 0.2.4
+version: 0.2.5
diff --git a/apps/cdn/cdn-remote/templates/_helpers.tpl b/apps/cdn/cdn-remote/templates/_helpers.tpl
index ca3e853..9ad7e4e 100644
--- a/apps/cdn/cdn-remote/templates/_helpers.tpl
+++ b/apps/cdn/cdn-remote/templates/_helpers.tpl
@@ -50,7 +50,7 @@
   labels:
 {{ tuple $saName $context | include "cdn-remote.metadata_labels" | indent 4 }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: RoleBinding
 metadata:
   name: {{ $saName }}
@@ -66,7 +66,7 @@
     name: {{ $saName }}
     namespace: {{ $saNamespace }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: Role
 metadata:
   name: {{ $saName }}