From e145dfa6492b6af086f724c067ea5ff9fe3f3b74 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Wed, 18 Sep 2024 11:05:57 +0800 Subject: [PATCH] Bump pre-installed plugins to latest versions --- gocd/CHANGELOG.md | 2 ++ gocd/Chart.yaml | 2 +- gocd/values.yaml | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gocd/CHANGELOG.md b/gocd/CHANGELOG.md index c05689e..12c34c7 100644 --- a/gocd/CHANGELOG.md +++ b/gocd/CHANGELOG.md @@ -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 diff --git a/gocd/Chart.yaml b/gocd/Chart.yaml index 035e44b..9c97c02 100644 --- a/gocd/Chart.yaml +++ b/gocd/Chart.yaml @@ -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 diff --git a/gocd/values.yaml b/gocd/values.yaml index 28f9523..eb945f7 100644 --- a/gocd/values.yaml +++ b/gocd/values.yaml @@ -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" @@ -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/