diff --git a/stable/stash/Chart.yaml b/stable/stash/Chart.yaml index 7fcbaa69eb..ead7655243 100755 --- a/stable/stash/Chart.yaml +++ b/stable/stash/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: 'Stash by AppsCode - Backup your Kubernetes Volumes' name: stash -version: 0.5.0 +version: 0.5.1 appVersion: 0.7.0-rc.1 home: https://github.com/appscode/stash icon: https://cdn.appscode.com/images/icon/stash.png diff --git a/stable/stash/README.md b/stable/stash/README.md index ea369dc5fa..bd544d9603 100644 --- a/stable/stash/README.md +++ b/stable/stash/README.md @@ -76,7 +76,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