Allow overriding test images (#186)

This commit is contained in:
kfox1111
2023-06-14 21:17:08 +02:00
committed by GitHub
parent 250fd5db00
commit 4c0a1d52c5
8 changed files with 55 additions and 10 deletions
@@ -200,3 +200,18 @@ ingress:
# - secretName: chart-example-tls
# hosts:
# - oidc-discovery.example.org
# @ignored
tests:
bash:
image:
# -- The OCI registry to pull the tests image from
registry: cgr.dev
# -- The repository within the registry
repository: chainguard/bash
# -- The tests image pull policy
pullPolicy: IfNotPresent
# -- This value is deprecated in favor of tag. (Will be removed in a future release)
version: ""
# -- Overrides the image tag
tag: 5.2.15