[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
This commit is contained in:
Ganesh S Patil
2018-07-09 00:48:17 -07:00
committed by k8s-ci-robot
parent c089f40947
commit f99eaf13b9
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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",