From f99eaf13b9b0fef15f4de3518ff3c2aac0809d7d Mon Sep 17 00:00:00 2001 From: Ganesh S Patil Date: Mon, 9 Jul 2018 13:18:17 +0530 Subject: [PATCH] [stable/gocd] Use the gocd-agent-docker-dind image of the tag same as of GoCD app version (#6154) * [stable/gocd] Use the gocd-agent-docker-dind image of the tag same as of GoCD app version * Bump up chart version to v1.1.3 --- stable/gocd/CHANGELOG.md | 8 ++++++++ stable/gocd/Chart.yaml | 2 +- stable/gocd/templates/configmap.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index c58692478f..087cf21201 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -1,3 +1,11 @@ +### 1.1.3 + +* [3df661cc](https://github.com/kubernetes/charts/commit/3df661cc): Use the gocd-agent-docker-dind image of the tag same as of GoCD app version + +### 1.1.2 + +* [ec6474b9](https://github.com/kubernetes/charts/commit/ec6474b9): Fix heath check->health check (#6269) + ### 1.1.1 * [ccd0a08d](https://github.com/kubernetes/charts/commit/ccd0a08d): Do not perform preconfigure_server script if server has already been configured diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index ab2b04b978..85be34b323 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -1,6 +1,6 @@ name: gocd home: https://www.gocd.org/ -version: 1.1.2 +version: 1.1.3 appVersion: 18.6.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 c4fc52d210..29d34716b6 100644 --- a/stable/gocd/templates/configmap.yaml +++ b/stable/gocd/templates/configmap.yaml @@ -46,7 +46,7 @@ data: "properties": [ { "key": "Image", - "value": "gocd/gocd-agent-docker-dind:v18.2.0" + "value": "gocd/gocd-agent-docker-dind:v{{ .Chart.AppVersion }}" }, { "key": "PodConfiguration",