diff --git a/stable/voyager/Chart.yaml b/stable/voyager/Chart.yaml index 2dbee3f7a1..6f7bc5a858 100755 --- a/stable/voyager/Chart.yaml +++ b/stable/voyager/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v1 description: 'Voyager by AppsCode - Secure Ingress Controller for Kubernetes' +home: https://appscode.com/products/voyager/ icon: https://cdn.appscode.com/images/icon/voyager.png name: voyager -version: 3.2.1 +version: 3.2.2 appVersion: 6.0.0 sources: - https://github.com/appscode/voyager diff --git a/stable/voyager/README.md b/stable/voyager/README.md index 26a9103630..059994c330 100644 --- a/stable/voyager/README.md +++ b/stable/voyager/README.md @@ -81,7 +81,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