Bump test chart dependencies (#773)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected]>
This commit is contained in:
spire-helm-version-checker[bot]
2026-03-23 06:59:16 -07:00
committed by GitHub
co-authored by marcofranssen
parent 7afffd75ca
commit f78c1d4246
12 changed files with 22 additions and 22 deletions
@@ -127,15 +127,15 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
| `tests.bash.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
| `tests.bash.image.repository` | The repository within the registry | `chainguard/bash` |
| `tests.bash.image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:d5e3a73173196ac5c1ed28266959f270fdc1c434c4ac231850a742ec94533755` |
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:ea74a5487d6a76198fb651b48e953a01d13128c68ecf38df3d6e22307f0b93c1` |
| `tests.toolkit.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
| `tests.toolkit.image.repository` | The repository within the registry | `chainguard/min-toolkit-debug` |
| `tests.toolkit.image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:3e58108c91894bffdeb2dd55ec6cc3f635efb0c79ac803d6d4cd42a1885aabfa` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:85bba9f6475c744413aae9b0e8abb34d88049e559de1cda1681bd5dabc345e82` |
| `tests.step.image.registry` | The OCI registry to pull the image from | `docker.io` |
| `tests.step.image.repository` | The repository within the registry | `smallstep/step-cli` |
| `tests.step.image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `tests.step.image.tag` | Overrides the image tag whose default is the chart appVersion | `0.29.0` |
| `tests.step.image.tag` | Overrides the image tag whose default is the chart appVersion | `0.30.2` |
| `tests.busybox.image.registry` | The OCI registry to pull the image from | `""` |
| `tests.busybox.image.repository` | The repository within the registry | `busybox` |
| `tests.busybox.image.pullPolicy` | The image pull policy | `IfNotPresent` |
@@ -361,7 +361,7 @@ tests:
registry: cgr.dev
repository: chainguard/bash
pullPolicy: IfNotPresent
tag: latest@sha256:d5e3a73173196ac5c1ed28266959f270fdc1c434c4ac231850a742ec94533755
tag: latest@sha256:ea74a5487d6a76198fb651b48e953a01d13128c68ecf38df3d6e22307f0b93c1
toolkit:
## @param tests.toolkit.image.registry The OCI registry to pull the image from
@@ -373,7 +373,7 @@ tests:
registry: cgr.dev
repository: chainguard/min-toolkit-debug
pullPolicy: IfNotPresent
tag: latest@sha256:3e58108c91894bffdeb2dd55ec6cc3f635efb0c79ac803d6d4cd42a1885aabfa
tag: latest@sha256:85bba9f6475c744413aae9b0e8abb34d88049e559de1cda1681bd5dabc345e82
step:
## @param tests.step.image.registry The OCI registry to pull the image from
@@ -385,7 +385,7 @@ tests:
registry: "docker.io"
repository: smallstep/step-cli
pullPolicy: IfNotPresent
tag: 0.29.0
tag: 0.30.2
busybox:
## @param tests.busybox.image.registry The OCI registry to pull the image from