Skip to content

Commit

Permalink
Bump pre-installed plugins to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Sep 18, 2024
1 parent d2af34d commit e145dfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.9.2
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
### 2.9.1
* Bump chart test images to latest patched versions (thanks to @chadlwilson)
### 2.9.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.9.1
version: 2.9.2
appVersion: 24.3.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
6 changes: 3 additions & 3 deletions gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,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/v4.1.0-561/kubernetes-elastic-agent-4.1.0-561.jar
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.0-585/kubernetes-elastic-agent-4.1.0-585.jar
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-729/docker-registry-artifact-plugin-1.4.0-729.jar
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-773/docker-registry-artifact-plugin-1.4.0-773.jar
service:
# server.service.type is the GoCD Server service type
type: "NodePort"
Expand Down Expand Up @@ -456,7 +456,7 @@ tests:
# A BATS image to supply test runner, see https://hub.docker.com/r/bats/bats/tags
batsImage: "bats/bats:1.11.0"
# A image containing bash, curl and busybox|coreutils for executing tests, see https://github.com/containeroo/alpine-toolbox/releases
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.4.4"
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.4.6"
# Specify an array of imagePullSecrets to pull from private registries
# You need to manually create secrets in the namespace
# See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
Expand Down

0 comments on commit e145dfa

Please sign in to comment.