[ceph-rgw] update rbac api version
When using helm3 to deploy, it fails as helm 3 no longer supports rbac.authorization.k8s.io/v1beta1, but v1 can support helm2 and helm3 (liujinyuan@inspur.com). Change-Id: I8e0ceb0c0991fd48b5b6a1b688a5c1b91f58c02e
This commit is contained in:
parent
128c3f748a
commit
367f7bec3c
@ -15,6 +15,6 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Ceph RadosGW
|
||||
name: ceph-rgw
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
home: https://github.com/ceph/ceph
|
||||
...
|
||||
|
@ -34,7 +34,7 @@ rules:
|
||||
- patch
|
||||
- watch
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
name: {{ $serviceAccountName }}
|
||||
|
@ -3,4 +3,5 @@ ceph-rgw:
|
||||
- 0.1.0 Initial Chart
|
||||
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
||||
- 0.1.2 Uplift from Nautilus to Octopus release
|
||||
- 0.1.3 update rbac api version
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user