[stable/gocd] Gocd bump up docker registry artifact plugin version (#15475)

* Bump up GoCD docker registry artifact plugin version from v1.0.1-92 to v1.1.0-104

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>

* Bump up chart version to 1.13.0

Signed-off-by: GaneshSPatil <ganeshpl@thoughtworks.com>
This commit is contained in:
Ganesh S Patil
2019-07-12 01:27:05 -07:00
committed by Kubernetes Prow Robot
parent 28b6ba536c
commit 1afd4c63ca
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
### 1.13.0
* [484a09ef1](https://github.com/kubernetes/charts/commit/484a09ef1):
- Bump up GoCD docker registry artifact plugin version from v1.0.1-92 to v1.1.0-104
### 1.12.0
* [fa4bef2](https://github.com/kubernetes/charts/commit/fa4bef2):
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: gocd
home: https://www.gocd.org/
version: 1.12.0
version: 1.13.0
appVersion: 19.5.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
@@ -104,7 +104,7 @@ server:
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v3.0.0-156/kubernetes-elastic-agent-3.0.0-156.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.0.1-92/docker-registry-artifact-plugin-1.0.1-92.jar
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:
# server.service.type is the GoCD Server service type
type: "NodePort"