From e670920cf287d8e943c7e8bbcff422b6f0ffd2ec Mon Sep 17 00:00:00 2001 From: Varsha Varadarajan Date: Mon, 18 Mar 2019 14:50:20 -0700 Subject: [PATCH] [stable/gocd] Bump k8s plugin to latest (#11539) * [stable/gocd] Bump k8s EA plugin to latest Signed-off-by: Varsha Varadarajan * [stable/gocd] Update changelog Signed-off-by: Varsha Varadarajan --- stable/gocd/CHANGELOG.md | 6 ++++++ stable/gocd/Chart.yaml | 2 +- stable/gocd/templates/configmap.yaml | 6 +++--- stable/gocd/values.yaml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index cc9fa5ba19..29a0a476e5 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -1,3 +1,9 @@ +### 1.7.1 + +* [0b0e2bf](https://github.com/kubernetes/charts/commit/0b0e2bf): + +- Bump k8s elastic agent plugin to latest. + ### 1.7.0 * [908b129](https://github.com/kubernetes/charts/commit/908b129): diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index c6b08c9359..f1d16081e5 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 1.7.0 +version: 1.7.1 appVersion: 19.2.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/templates/configmap.yaml b/stable/gocd/templates/configmap.yaml index ebdcc1208d..22d2baace0 100644 --- a/stable/gocd/templates/configmap.yaml +++ b/stable/gocd/templates/configmap.yaml @@ -51,11 +51,11 @@ data: }, { "key": "PodConfiguration", - "value": "apiVersion: v1\nkind: Pod\nmetadata:\n name: pod-name-prefix-{{ `{{ POD_POSTFIX }}` }}\n labels:\n app: web\nspec:\n serviceAccountName: {{ template "gocd.agentServiceAccountName" . }}\n containers:\n - name: gocd-agent-container-{{ `{{ CONTAINER_POSTFIX }}` }}\n image: gocd/gocd-agent-docker-dind:v{{ .Chart.AppVersion }}\n securityContext:\n privileged: true" + "value": "apiVersion: v1\nkind: Pod\nmetadata:\n name: gocd-agent-{{ `{{ POD_POSTFIX }}` }}\n labels:\n app: web\nspec:\n serviceAccountName: {{ template "gocd.agentServiceAccountName" . }}\n containers:\n - name: gocd-agent-container-{{ `{{ CONTAINER_POSTFIX }}` }}\n image: gocd/gocd-agent-docker-dind:v{{ .Chart.AppVersion }}\n securityContext:\n privileged: true" }, { - "key": "SpecifiedUsingPodConfiguration", - "value": "true" + "key": "PodSpecType", + "value": "yaml" }, { "key": "Privileged", diff --git a/stable/gocd/values.yaml b/stable/gocd/values.yaml index 23bd22ba96..438e56819b 100644 --- a/stable/gocd/values.yaml +++ b/stable/gocd/values.yaml @@ -86,7 +86,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/2.1.0-123/kubernetes-elastic-agent-2.1.0-123.jar + value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/2.1.0-135/kubernetes-elastic-agent-2.1.0-135.jar - name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/1.0.0-25/docker-registry-artifact-plugin-1.0.0-25.jar service: