diff --git a/stable/gocd/CHANGELOG.md b/stable/gocd/CHANGELOG.md index 889d6a0c28..a8cca2b4c9 100644 --- a/stable/gocd/CHANGELOG.md +++ b/stable/gocd/CHANGELOG.md @@ -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): diff --git a/stable/gocd/Chart.yaml b/stable/gocd/Chart.yaml index b90afd0825..98301de66b 100644 --- a/stable/gocd/Chart.yaml +++ b/stable/gocd/Chart.yaml @@ -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 diff --git a/stable/gocd/values.yaml b/stable/gocd/values.yaml index 5d1eb91c63..ac563a2866 100644 --- a/stable/gocd/values.yaml +++ b/stable/gocd/values.yaml @@ -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"