diff --git a/stable/kubedb/Chart.yaml b/stable/kubedb/Chart.yaml index c04fd29ff0..bfd2419777 100755 --- a/stable/kubedb/Chart.yaml +++ b/stable/kubedb/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: 'KubeDB by AppsCode - Making running production-grade databases easy on Kubernetes' name: kubedb -version: 0.1.1 +version: 0.1.2 appVersion: 0.8.0-beta.2 home: https://github.com/kubedb/cli icon: https://cdn.appscode.com/images/icon/kubedb.png diff --git a/stable/kubedb/README.md b/stable/kubedb/README.md index 1a510be955..fa5d72d9b9 100644 --- a/stable/kubedb/README.md +++ b/stable/kubedb/README.md @@ -77,7 +77,7 @@ By default the chart will not install the recommended RBAC roles and rolebinding You need to have the flag `--authorization-mode=RBAC` on the api server. See the following document for how to enable [RBAC](https://kubernetes.io/docs/admin/authorization/rbac/). -To determine if your cluster supports RBAC, run the the following command: +To determine if your cluster supports RBAC, run the following command: ```console $ kubectl api-versions | grep rbac