Bump test chart dependencies (#720)

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-01-05 08:20:43 +00:00
committed by GitHub
co-authored by marcofranssen
parent b1f902b670
commit db8f135204
9 changed files with 15 additions and 15 deletions
@@ -125,11 +125,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:37f9eb1a0081498200e2b30d1ac4e0de2112eb65c63b1d5094deeb01ae5ce952` |
| `tests.bash.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:a5f38cc349adb497285eef3934c03c1ddeac535c5b3606a465b291ddaf5e0b18` |
| `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:69c4eab97453063d5d43e4eca1f8f432630c92c887ff7400a1a5da2740fe7c36` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:33cb77b4a8da19cde56457c18d0744816d69a82db08a6547fe2b29e4251c5be3` |
| `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` |
@@ -356,7 +356,7 @@ tests:
registry: cgr.dev
repository: chainguard/bash
pullPolicy: IfNotPresent
tag: latest@sha256:37f9eb1a0081498200e2b30d1ac4e0de2112eb65c63b1d5094deeb01ae5ce952
tag: latest@sha256:a5f38cc349adb497285eef3934c03c1ddeac535c5b3606a465b291ddaf5e0b18
toolkit:
## @param tests.toolkit.image.registry The OCI registry to pull the image from
@@ -368,7 +368,7 @@ tests:
registry: cgr.dev
repository: chainguard/min-toolkit-debug
pullPolicy: IfNotPresent
tag: latest@sha256:69c4eab97453063d5d43e4eca1f8f432630c92c887ff7400a1a5da2740fe7c36
tag: latest@sha256:33cb77b4a8da19cde56457c18d0744816d69a82db08a6547fe2b29e4251c5be3
step:
## @param tests.step.image.registry The OCI registry to pull the image from