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 }}
diff --git a/apps/dbuf/Chart.yaml b/apps/dbuf/Chart.yaml
index a644fae..7483562 100644
--- a/apps/dbuf/Chart.yaml
+++ b/apps/dbuf/Chart.yaml
@@ -1,7 +1,7 @@
 # Copyright 2021-present Open Networking Foundation
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
-apiVersion: v1
+apiVersion: v2
 name: dbuf
 description: A Helm chart deploying DBUF
 
@@ -18,7 +18,7 @@
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.1.2
+version: 0.1.3
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/apps/google-phylo/Chart.yaml b/apps/google-phylo/Chart.yaml
index bd7d067..59c59f3 100644
--- a/apps/google-phylo/Chart.yaml
+++ b/apps/google-phylo/Chart.yaml
@@ -7,4 +7,4 @@
 description: Google Video Analytics Application for Aether
 name: google-phylo
 
-version: 0.2.0
+version: 0.2.1
diff --git a/apps/google-phylo/templates/_helpers.tpl b/apps/google-phylo/templates/_helpers.tpl
index 10b854e..9049cf5 100644
--- a/apps/google-phylo/templates/_helpers.tpl
+++ b/apps/google-phylo/templates/_helpers.tpl
@@ -43,7 +43,7 @@
   labels:
 {{ tuple $saName $context | include "phylo.metadata_labels" | indent 4 }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: RoleBinding
 metadata:
   name: {{ $saName }}
@@ -59,7 +59,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/thingsboard-iot-platform/Chart.yaml b/apps/thingsboard-iot-platform/Chart.yaml
index 0f49a35..ef5765d 100644
--- a/apps/thingsboard-iot-platform/Chart.yaml
+++ b/apps/thingsboard-iot-platform/Chart.yaml
@@ -9,4 +9,4 @@
 name: thingsboard-iot-platform
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.0
\ No newline at end of file
+version: 0.1.1
diff --git a/apps/thingsboard-iot-platform/templates/_helpers.tpl b/apps/thingsboard-iot-platform/templates/_helpers.tpl
index 8591fda..b4cbe09 100644
--- a/apps/thingsboard-iot-platform/templates/_helpers.tpl
+++ b/apps/thingsboard-iot-platform/templates/_helpers.tpl
@@ -44,7 +44,7 @@
   labels:
 {{ tuple $saName $context | include "thingsboard-iot-platform.metadata_labels" | indent 4 }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: RoleBinding
 metadata:
   name: {{ $saName }}
@@ -60,7 +60,7 @@
     name: {{ $saName }}
     namespace: {{ $saNamespace }}
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: Role
 metadata:
   name: {{ $saName }}
@@ -85,4 +85,4 @@
       - services
       - endpoints
       - configmaps
-{{- end -}}
\ No newline at end of file
+{{- end -}}
diff --git a/apps/thingsboard-iot-platform/templates/ingress-tb-services.yaml b/apps/thingsboard-iot-platform/templates/ingress-tb-services.yaml
index 2d885bf..90a6b5c 100644
--- a/apps/thingsboard-iot-platform/templates/ingress-tb-services.yaml
+++ b/apps/thingsboard-iot-platform/templates/ingress-tb-services.yaml
@@ -8,7 +8,7 @@
 */ -}}
 
 ---
-apiVersion: networking.k8s.io/v1beta1
+apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
   name: tb-ingress
@@ -60,4 +60,4 @@
           - path: /.*
             backend:
               serviceName: tb-web-ui
-              servicePort: {{ .Values.config.webUi.port }}
\ No newline at end of file
+              servicePort: {{ .Values.config.webUi.port }}
diff --git a/omec/5g-control-plane/Chart.yaml b/omec/5g-control-plane/Chart.yaml
index a445c02..65f316d 100644
--- a/omec/5g-control-plane/Chart.yaml
+++ b/omec/5g-control-plane/Chart.yaml
@@ -3,12 +3,12 @@
 #
 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
 
-apiVersion: v1
+apiVersion: v2
 description: 5G control plane services
 name: 5g-control-plane
 icon: https://guide.opencord.org/logos/cord.svg
 
-version: 0.1.0
+version: 0.1.1
 
 dependencies:
   - name: mongodb
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 }}