From e3ba6f2b662e26c1fbcee189baffd61fb277de58 Mon Sep 17 00:00:00 2001 From: Varsha Varadarajan Date: Fri, 19 Apr 2019 21:41:40 -0700 Subject: [PATCH] [stable/gocd] Update docker registry plugin to latest (#13165) * [stable/gocd] Update docker registry plugin to latest. Signed-off-by: Varsha Varadarajan * [stable/gocd] Update changelog. Signed-off-by: Varsha Varadarajan --- stable/gocd/CHANGELOG.md | 6 ++++++ stable/gocd/Chart.yaml | 2 +- stable/gocd/values.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index f85a5b87f6..d180fe063e 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -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): diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index 922f2e2113..4b9fea640d 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -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 diff --git a/stable/gocd/values.yaml b/stable/gocd/values.yaml index 8907123f01..68e86acc54 100644 --- a/stable/gocd/values.yaml +++ b/stable/gocd/values.yaml @@ -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"