Fix chainguard issue (#326)

Chainguard renamed an image we depend on. Update to the new name.

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2024-04-11 11:14:05 -07:00
committed by GitHub
parent bc79f58ab7
commit dcd11e9ff4
2 changed files with 4 additions and 4 deletions
@@ -117,9 +117,9 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
| `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:5921884408efe50b77796675dc109ad2126f54476fe7403c37d8898a5ceb2e76` |
| `tests.toolkit.image.registry` | The OCI registry to pull the image from | `cgr.dev` |
| `tests.toolkit.image.repository` | The repository within the registry | `chainguard/slim-toolkit-debug` |
| `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:803995505bc612174a9594a85493916a5234b6a8e0fa619763eceaf2d189cd75` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:f0369215d5a2c15e469a2a8d993e4db7e83fcda5142c8682f37c197d76f82faa` |
| `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` |
@@ -338,9 +338,9 @@ tests:
##
image:
registry: cgr.dev
repository: chainguard/slim-toolkit-debug
repository: chainguard/min-toolkit-debug
pullPolicy: IfNotPresent
tag: latest@sha256:803995505bc612174a9594a85493916a5234b6a8e0fa619763eceaf2d189cd75
tag: latest@sha256:f0369215d5a2c15e469a2a8d993e4db7e83fcda5142c8682f37c197d76f82faa
step:
## @param tests.step.image.registry The OCI registry to pull the image from