Skip to content

Commit

Permalink
Bump default plugins to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Apr 23, 2023
1 parent cd30ec8 commit f939cde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.1.2
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
### 2.1.1
* Bump Chart test tool images to latest patched versions (thanks to @chadlwilson)
### 2.1.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.1.1
version: 2.1.2
appVersion: 23.1.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
4 changes: 2 additions & 2 deletions gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ 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.8.3-370/kubernetes-elastic-agent-3.8.3-370.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v3.9.0-420/kubernetes-elastic-agent-3.9.0-420.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.3.1-363/docker-registry-artifact-plugin-1.3.1-363.jar
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.3.1-413/docker-registry-artifact-plugin-1.3.1-413.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"
Expand Down

0 comments on commit f939cde

Please sign in to comment.