Skip to content

Commit

Permalink
Bump Kubernetes Elastic Agent plugin to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 6, 2024
1 parent db7808a commit 7efe7cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions gocd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 2.5.2
* Bump elastic agent plugin to [v3.9.1-501](https://github.com/gocd/kubernetes-elastic-agents/releases/tag/v3.9.1-501)
### 2.5.1
* Change default agent image to one based on Alpine 3.19
### 2.5.0
Expand Down
2 changes: 1 addition & 1 deletion gocd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: gocd
home: https://www.gocd.org/
version: 2.5.1
version: 2.5.2
appVersion: 23.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
Expand Down
2 changes: 1 addition & 1 deletion gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ server:
# server.env.extraEnvVars is the list of environment variables passed to GoCD Server
extraEnvVars:
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v3.9.0-480/kubernetes-elastic-agent-3.9.0-480.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v3.9.1-501/kubernetes-elastic-agent-3.9.1-501.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-587/docker-registry-artifact-plugin-1.4.0-587.jar
service:
Expand Down

0 comments on commit 7efe7cd

Please sign in to comment.