Skip to content

Commit e26c6fc

Browse files
authored
1 parent a1b23d6 commit e26c6fc

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.16.2
2+
* Bump pre-installed elastic agent plugin to latest patched version (thanks to @chadlwilson)
13
### 2.16.1
24
* Use fully qualified names for image repositories for CRI-O 1.34 compatibility (thanks to @12345ieee)
35
### 2.16.0

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.16.1
4+
version: 2.16.2
55
appVersion: 25.3.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.3.0
19-
- https://github.com/gocd/helm-chart/tree/gocd-2.16.1/gocd
19+
- https://github.com/gocd/helm-chart/tree/gocd-2.16.2/gocd
2020
maintainers:
2121
- name: chadlwilson
2222

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.0-720/kubernetes-elastic-agent-5.0.0-720.jar
145+
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v5.0.1-728/kubernetes-elastic-agent-5.0.1-728.jar
146146
service:
147147
# server.service.type is the GoCD Server service type
148148
type: "NodePort"

0 commit comments

Comments
 (0)