Skip to content

Commit cdf7346

Browse files
committed
Bump pre-installed plugins to latest patched versions
1 parent b5bb772 commit cdf7346

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

gocd/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 2.14.2
2+
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
13
### 2.14.1
24
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
35
### 2.14.0

gocd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: gocd
33
home: https://www.gocd.org/
4-
version: 2.14.1
4+
version: 2.14.2
55
appVersion: 25.2.0
66
description: GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
77
icon: https://gocd.github.io/assets/images/go-icon-black-192x192.png

gocd/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ server:
142142
# server.env.extraEnvVars is the list of environment variables passed to GoCD Server
143143
extraEnvVars:
144144
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
145-
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.1-661/kubernetes-elastic-agent-4.1.1-661.jar
145+
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.1-679/kubernetes-elastic-agent-4.1.1-679.jar
146146
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
147-
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-874/docker-registry-artifact-plugin-1.4.0-874.jar
147+
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-903/docker-registry-artifact-plugin-1.4.0-903.jar
148148
service:
149149
# server.service.type is the GoCD Server service type
150150
type: "NodePort"

0 commit comments

Comments
 (0)