From db1749796e764a4d252240a3113dd37527c814eb Mon Sep 17 00:00:00 2001 From: Ganesh S Patil Date: Tue, 1 Oct 2019 13:53:32 +0530 Subject: [PATCH] [stable/gocd] Bump up k8s plugin version to 3.2 (#17572) * Bump up kubernetes plugin version to v3.2.0 Signed-off-by: GaneshSPatil * update chart version Signed-off-by: GaneshSPatil --- stable/gocd/CHANGELOG.md | 5 +++++ stable/gocd/Chart.yaml | 2 +- stable/gocd/values.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index 365752860d..73e38151bf 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -1,7 +1,12 @@ +### 1.18.1 +* [a01bba93b](https://github.com/kubernetes/charts/commit/a01bba93b): Bump up kubernetes plugin version to v3.2.0 + ### 1.18.0 * [d890eaf](https://github.com/kubernetes/charts/commit/d890eaf): Bump up GoCD Version to 19.9.0 + ### 1.17.0 * [5916a7b](https://github.com/kubernetes/charts/commit/5916a7b): Bump up GoCD Version to 19.8.0 + ### 1.16.1 * [c70a0b189](https://github.com/kubernetes/charts/commit/c70a0b189): Bump up kubernetes plugin version to v3.1.0 diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index 6c85bf7070..5f4d85811a 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: gocd home: https://www.gocd.org/ -version: 1.18.0 +version: 1.18.1 appVersion: 19.9.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/values.yaml b/stable/gocd/values.yaml index bcbb1b8aed..08f762b2cb 100644 --- a/stable/gocd/values.yaml +++ b/stable/gocd/values.yaml @@ -109,7 +109,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/v3.1.0-177/kubernetes-elastic-agent-3.1.0-177.jar + value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v3.2.0-187/kubernetes-elastic-agent-3.2.0-187.jar - name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.1.0-104/docker-registry-artifact-plugin-1.1.0-104.jar service: