From 6db611ca43d70e9b4e15ebeaef5df47a29abcaec Mon Sep 17 00:00:00 2001 From: Noah Huppert <3323504+Noah-Huppert@users.noreply.github.com> Date: Mon, 3 Sep 2018 13:01:04 -0400 Subject: [PATCH] [stable/gocd] Removed extra char from role config instructions (#7476) * Removed extra char from role config instructions Signed-off-by: Noah Huppert * bumped gocd version Signed-off-by: Noah Huppert --- stable/gocd/CHANGELOG.md | 4 ++++ stable/gocd/Chart.yaml | 2 +- stable/gocd/README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 ```