Revert openssl 3.2 change (#142)

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2023-12-11 06:33:24 -08:00
committed by GitHub
parent a3d3702049
commit 89c07e2d04
2 changed files with 2 additions and 2 deletions
@@ -110,7 +110,7 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
| `tests.toolkit.image.repository` | The repository within the registry | `chainguard/slim-toolkit-debug` |
| `tests.toolkit.image.pullPolicy` | The image pull policy | `IfNotPresent` |
| `tests.toolkit.image.version` | This value is deprecated in favor of tag. (Will be removed in a future release) | `""` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:38fb3c5dcda9e1dbd97165f08c428f345eb0bdcf3c7b485d86f9a2fe91d828b1` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:99cafee4f14fe07a3298fcb7b90d4f0c396cba150b65d937856788b42ad83f79` |
| `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` |
@@ -303,7 +303,7 @@ tests:
repository: chainguard/slim-toolkit-debug
pullPolicy: IfNotPresent
version: ""
tag: latest@sha256:38fb3c5dcda9e1dbd97165f08c428f345eb0bdcf3c7b485d86f9a2fe91d828b1
tag: latest@sha256:99cafee4f14fe07a3298fcb7b90d4f0c396cba150b65d937856788b42ad83f79
busybox:
## @param tests.busybox.image.registry The OCI registry to pull the image from