Fix helm lint check

Change-Id: I7759cbabdbae8266adf4f285221c7c5dbb089ad0
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 }}