File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.9.2
2
+ * Bump pre-installed plugins to latest patched versions (thanks to @chadlwilson )
1
3
### 2.9.1
2
4
* Bump chart test images to latest patched versions (thanks to @chadlwilson )
3
5
### 2.9.0
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : gocd
3
3
home : https://www.gocd.org/
4
- version : 2.9.1
4
+ version : 2.9.2
5
5
appVersion : 24.3.0
6
6
description : GoCD is an open-source continuous delivery server to model and visualize complex workflows with ease.
7
7
icon : https://gocd.github.io/assets/images/go-icon-black-192x192.png
Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ server:
144
144
# server.env.extraEnvVars is the list of environment variables passed to GoCD Server
145
145
extraEnvVars :
146
146
- 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
148
148
- 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
150
150
service :
151
151
# server.service.type is the GoCD Server service type
152
152
type : " NodePort"
@@ -456,7 +456,7 @@ tests:
456
456
# A BATS image to supply test runner, see https://hub.docker.com/r/bats/bats/tags
457
457
batsImage : " bats/bats:1.11.0"
458
458
# 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 "
460
460
# Specify an array of imagePullSecrets to pull from private registries
461
461
# You need to manually create secrets in the namespace
462
462
# See https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
You can’t perform that action at this time.
0 commit comments