mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
k8s-ci-robot
parent
c089f40947
commit
f99eaf13b9
@@ -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,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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user