Skip to content

Commit 5335702

Browse files
committed
1 parent 58e4b18 commit 5335702

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

gocd/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 2.17.1
2+
* Bump pre-installed elastic agent plugin to latest patched version (thanks to @chadlwilson)
13
### 2.17.0
24
* [845c868](https://github.com/gocd/helm-chart/commit/845c868): Bump up GoCD Version to 25.4.0
35
### 2.16.2

gocd/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.17.0
4+
version: 2.17.1
55
appVersion: 25.4.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
@@ -16,7 +16,7 @@ keywords:
1616
- continuous-testing
1717
sources:
1818
- https://github.com/gocd/gocd/tree/25.4.0
19-
- https://github.com/gocd/helm-chart/tree/gocd-2.17.0/gocd
19+
- https://github.com/gocd/helm-chart/tree/gocd-2.17.1/gocd
2020
maintainers:
2121
- name: chadlwilson
2222
email: chad.lee.wilson@gmail.com

gocd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ 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/v5.0.1-728/kubernetes-elastic-agent-5.0.1-728.jar
145+
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v5.0.1-738/kubernetes-elastic-agent-5.0.1-738.jar
146146
service:
147147
# server.service.type is the GoCD Server service type
148148
type: "NodePort"

0 commit comments

Comments
 (0)