From 202d6e9e88e05dde8e2d8117136636d4b39cc3ba Mon Sep 17 00:00:00 2001 From: Bhupendra Date: Tue, 4 Sep 2018 20:27:28 +0530 Subject: [PATCH] Bump up GoCD version (#7525) * * Bump GoCD app version to 18.8.0 * Updated kubernetes elastic agent plugin version to 1.0.2 * Updated post install script - From GoCD version 18.8.0 pipeline created using api is already in unpaused state Signed-off-by: Bhupendrakumar Piprava * Updated changelog Signed-off-by: Bhupendrakumar Piprava --- stable/gocd/CHANGELOG.md | 8 ++++++++ stable/gocd/Chart.yaml | 4 ++-- stable/gocd/templates/configmap.yaml | 7 ------- stable/gocd/values.yaml | 2 +- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index cd326ebbf0..2692f646d8 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -1,3 +1,11 @@ +### 1.4.0 +* [f5249551](https://github.com/kubernetes/charts/commit/f5249551): + - Bump up GoCD app version to 18.8.0 + - Updated kubernetes elastic agent plugin version to 1.0.2 + - Updated post install script + * From GoCD version 18.8.0 pipeline created using api is already in + unpaused state + ### 1.3.6 * [b7d596e](https://github.com/helm/charts/pull/7476/commits/b7d596e): Fixed role configuration instructions in README file. diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index bd426bfe51..6805c60e63 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,7 +1,7 @@ name: gocd home: https://www.gocd.org/ -version: 1.3.6 -appVersion: 18.7.0 +version: 1.4.0 +appVersion: 18.8.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 keywords: diff --git a/stable/gocd/templates/configmap.yaml b/stable/gocd/templates/configmap.yaml index 29d34716b6..db2360af72 100644 --- a/stable/gocd/templates/configmap.yaml +++ b/stable/gocd/templates/configmap.yaml @@ -133,11 +133,4 @@ data: } }' >> /godata/logs/preconfigure.log ) - echo "Unpausing the pipeline." >> /godata/logs/preconfigure.log - - (curl --fail -i 'http://localhost:8153/go/api/pipelines/hello_world/unpause' \ - -H 'Accept: application/vnd.go.cd.v1+json' \ - -H 'X-GoCD-Confirm: true' \ - -X POST >> /godata/logs/preconfigure.log) - echo "Done preconfiguring the GoCD server" > /godata/logs/preconfigure_complete.log diff --git a/stable/gocd/values.yaml b/stable/gocd/values.yaml index 22b8086026..6111c4a7ce 100644 --- a/stable/gocd/values.yaml +++ b/stable/gocd/values.yaml @@ -62,7 +62,7 @@ server: # server.env.extraEnvVars is the list of environment variables passed to GoCD Server extraEnvVars: - name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents - value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v1.0.1/kubernetes-elastic-agent-1.0.1-107.jar + value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v1.0.2/kubernetes-elastic-agent-1.0.2-108.jar - name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/1.0.0/docker-registry-artifact-plugin-1.0.0-3.jar service: