We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454828d commit a199be3Copy full SHA for a199be3
gocd/values.yaml
@@ -450,7 +450,7 @@ tests:
450
# Without the resources being created the tests will not work; however the installation is cleaner.
451
enabled: false
452
# A BATS image to supply test runner, see https://hub.docker.com/r/bats/bats/tags
453
- batsImage: "bats/bats:1.11.0"
+ batsImage: "bats/bats:1.11.1"
454
# A image containing bash, curl and busybox|coreutils for executing tests, see https://images.chainguard.dev/directory/image/bash/overview
455
curlImage: "cgr.dev/chainguard/bash:latest"
456
# Specify an array of imagePullSecrets to pull from private registries
0 commit comments