Skip to content

Commit

Permalink
Correct BATS test image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 16, 2023
1 parent d263ecc commit c683c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ 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.10.0"
batsImage: "bats/bats:v1.10.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.49"
# Specify an array of imagePullSecrets to pull from private registries
Expand Down

0 comments on commit c683c59

Please sign in to comment.