diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index b366c25306..cd326ebbf0 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.3.6 + +* [b7d596e](https://github.com/helm/charts/pull/7476/commits/b7d596e): Fixed role configuration instructions in README file. + ### 1.3.5 * [eab7388](https://github.com/kubernetes/charts/commit/eab7388): Fix typo and whitespace in the README file. diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index 6c7c5c7b9b..bd426bfe51 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 1.3.5 +version: 1.3.6 appVersion: 18.7.0 description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease. icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png diff --git a/stable/gocd/README.md b/stable/gocd/README.md index 0f62ca4d7c..318c4e7ca5 100644 --- a/stable/gocd/README.md +++ b/stable/gocd/README.md @@ -29,7 +29,7 @@ $ minikube start --bootstrapper kubeadm ```bash -$ kubectl create clusterrolebinding clusterRoleBinding \ 1 ↵ +$ kubectl create clusterrolebinding clusterRoleBinding \ --clusterrole=cluster-admin \ --serviceaccount=kube-system:default ```