diff --git a/nova/Chart.yaml b/nova/Chart.yaml
index 97e5c7be30..96b51eee54 100644
--- a/nova/Chart.yaml
+++ b/nova/Chart.yaml
@@ -14,7 +14,7 @@ apiVersion: v1
 appVersion: v1.0.0
 description: OpenStack-Helm Nova
 name: nova
-version: 0.1.11
+version: 0.1.12
 home: https://docs.openstack.org/nova/latest/
 icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
 sources:
diff --git a/nova/templates/job-bootstrap.yaml b/nova/templates/job-bootstrap.yaml
index d42ba57c0f..513e767761 100644
--- a/nova/templates/job-bootstrap.yaml
+++ b/nova/templates/job-bootstrap.yaml
@@ -123,7 +123,7 @@ rules:
       - get
       - list
 ---
-apiVersion: rbac.authorization.k8s.io/v1beta1
+apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRoleBinding
 metadata:
   name: {{ $serviceAccountName }}
diff --git a/releasenotes/notes/nova.yaml b/releasenotes/notes/nova.yaml
index 7e3bc0dad0..cea0da4aea 100644
--- a/releasenotes/notes/nova.yaml
+++ b/releasenotes/notes/nova.yaml
@@ -12,3 +12,4 @@ nova:
   - 0.1.9 Revert "Change Issuer to ClusterIssuer"
   - 0.1.10 Use HostToContainer mount propagation
   - 0.1.11 Secure libvirt connection from using 127.0.0.1 to use unix socket
+  - 0.1.12 Update RBAC apiVersion from /v1beta1 to /v1