Merge "Update rbac api version for nova"
This commit is contained in:
commit
eb141766c9
@ -14,7 +14,7 @@ apiVersion: v1
|
|||||||
appVersion: v1.0.0
|
appVersion: v1.0.0
|
||||||
description: OpenStack-Helm Nova
|
description: OpenStack-Helm Nova
|
||||||
name: nova
|
name: nova
|
||||||
version: 0.1.11
|
version: 0.1.12
|
||||||
home: https://docs.openstack.org/nova/latest/
|
home: https://docs.openstack.org/nova/latest/
|
||||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -123,7 +123,7 @@ rules:
|
|||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
---
|
---
|
||||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ $serviceAccountName }}
|
name: {{ $serviceAccountName }}
|
||||||
|
@ -12,3 +12,4 @@ nova:
|
|||||||
- 0.1.9 Revert "Change Issuer to ClusterIssuer"
|
- 0.1.9 Revert "Change Issuer to ClusterIssuer"
|
||||||
- 0.1.10 Use HostToContainer mount propagation
|
- 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.11 Secure libvirt connection from using 127.0.0.1 to use unix socket
|
||||||
|
- 0.1.12 Update RBAC apiVersion from /v1beta1 to /v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user