Bump test chart dependencies (#771)

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-16 11:36:52 +01:00
committed by GitHub
co-authored by marcofranssen
parent 0370d3170a
commit 7afffd75ca
12 changed files with 21 additions and 21 deletions
@@ -127,11 +127,11 @@ 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:d65cf89ca7ee0781c8f5c165332aa9e71127e7d8b2d240746720c2c44c4d9ea2` |
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:d5e3a73173196ac5c1ed28266959f270fdc1c434c4ac231850a742ec94533755` |
| `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:bdb534b9f73175bb1cfb2b12f69b11d890a35e3514f74abfc60d95557cb1b1c1` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:3e58108c91894bffdeb2dd55ec6cc3f635efb0c79ac803d6d4cd42a1885aabfa` |
| `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` |
@@ -361,7 +361,7 @@ tests:
registry: cgr.dev
repository: chainguard/bash
pullPolicy: IfNotPresent
tag: latest@sha256:d65cf89ca7ee0781c8f5c165332aa9e71127e7d8b2d240746720c2c44c4d9ea2
tag: latest@sha256:d5e3a73173196ac5c1ed28266959f270fdc1c434c4ac231850a742ec94533755
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:bdb534b9f73175bb1cfb2b12f69b11d890a35e3514f74abfc60d95557cb1b1c1
tag: latest@sha256:3e58108c91894bffdeb2dd55ec6cc3f635efb0c79ac803d6d4cd42a1885aabfa
step:
## @param tests.step.image.registry The OCI registry to pull the image from