Skip to content

Commit

Permalink
Merge pull request #83 from gocd/bump-tool-versions
Browse files Browse the repository at this point in the history
Bump tool versions
  • Loading branch information
chadlwilson authored Apr 13, 2023
2 parents 076d08a + c312472 commit cd30ec8
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.1
* Bump Chart test tool images to latest patched versions (thanks to @chadlwilson)
### 2.1.0
* [2b8f3fa](https://github.com/gocd/helm-chart/commit/2b8f3fa): Bump up GoCD Version to 23.1.0
### 2.0.4
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.0
version: 2.1.1
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 @@ -447,9 +447,9 @@ tests:
# Without the resources being created the tests will not work; however the installation is cleaner.
enabled: false
# A BATS image to supply test runner, see https://hub.docker.com/r/bats/bats/tags
batsImage: "bats/bats:1.8.2"
batsImage: "bats/bats:1.9.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.0.29"
curlImage: "ghcr.io/containeroo/alpine-toolbox:2.0.40"
# 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 cd30ec8

Please sign in to comment.