[stable/gocd] Update docker registry plugin to latest (#13165)

* [stable/gocd] Update docker registry plugin to latest.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>

* [stable/gocd] Update changelog.

Signed-off-by: Varsha Varadarajan <varshasvaradarajan@gmail.com>
This commit is contained in:
Varsha Varadarajan
2019-04-19 21:41:40 -07:00
committed by Kubernetes Prow Robot
parent 4102668c2d
commit e3ba6f2b66
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,3 +1,9 @@
### 1.8.1
* [0f99647](https://github.com/helm/charts/commit/0f99647):
- Update docker registry artifact plugin to latest stable release.
### 1.8.0
* [8ec8c89](https://github.com/helm/charts/commit/8ec8c89):
+1 -1
View File
@@ -1,6 +1,6 @@
name: gocd
home: https://www.gocd.org/
version: 1.8.0
version: 1.8.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
+1 -1
View File
@@ -95,7 +95,7 @@ server:
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
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
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.0.1-92/docker-registry-artifact-plugin-1.0.1-92.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"