Skip to content

Commit e145dfa

Browse files
committed
Bump pre-installed plugins to latest versions
1 parent d2af34d commit e145dfa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

gocd/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### 2.9.2
2+
* Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson)
13
### 2.9.1
24
* Bump chart test images to latest patched versions (thanks to @chadlwilson)
35
### 2.9.0

gocd/Chart.yaml

+1-1
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.9.1
4+
version: 2.9.2
55
appVersion: 24.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

gocd/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ server:
144144
# server.env.extraEnvVars is the list of environment variables passed to GoCD Server
145145
extraEnvVars:
146146
- name: GOCD_PLUGIN_INSTALL_kubernetes-elastic-agents
147-
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.0-561/kubernetes-elastic-agent-4.1.0-561.jar
147+
value: https://github.com/gocd/kubernetes-elastic-agents/releases/download/v4.1.0-585/kubernetes-elastic-agent-4.1.0-585.jar
148148
- name: GOCD_PLUGIN_INSTALL_docker-registry-artifact-plugin
149-
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-729/docker-registry-artifact-plugin-1.4.0-729.jar
149+
value: https://github.com/gocd/docker-registry-artifact-plugin/releases/download/v1.4.0-773/docker-registry-artifact-plugin-1.4.0-773.jar
150150
service:
151151
# server.service.type is the GoCD Server service type
152152
type: "NodePort"
@@ -456,7 +456,7 @@ tests:
456456
# A BATS image to supply test runner, see https://hub.docker.com/r/bats/bats/tags
457457
batsImage: "bats/bats:1.11.0"
458458
# A image containing bash, curl and busybox|coreutils for executing tests, see https://github.com/containeroo/alpine-toolbox/releases
459-
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.4.4"
459+
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.4.6"
460460
# Specify an array of imagePullSecrets to pull from private registries
461461
# You need to manually create secrets in the namespace
462462
# See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/

0 commit comments

Comments
 (0)