Bump test chart dependencies

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
marcofranssen
2024-06-17 11:37:20 +02:00
committed by Marco Franssen
parent 2fdebf09a8
commit 29d4b57373
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
{
"name": "kube-prometheus-stack",
"repo": "https://prometheus-community.github.io/helm-charts",
"version": "60.0.2"
"version": "60.2.0"
},
{
"name": "cert-manager",
@@ -22,6 +22,6 @@
{
"name": "postgresql",
"repo": "https://charts.bitnami.com/bitnami",
"version": "15.5.4"
"version": "15.5.5"
}
]
@@ -119,11 +119,11 @@ A Helm chart to install the SPIFFE OIDC discovery provider.
| `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:adcd4e72b5349b99b1f3896c9a05763add513c51ed364134da870c64c1302d8c` |
| `tests.toolkit.image.tag` | Overrides the image tag whose default is the chart appVersion | `latest@sha256:8f4aec5b12ba4783900ad91aa5966cc9176ad4ea240382ecfd84f202fff356d8` |
| `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.26.1` |
| `tests.step.image.tag` | Overrides the image tag whose default is the chart appVersion | `0.26.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` |
@@ -340,7 +340,7 @@ tests:
registry: cgr.dev
repository: chainguard/min-toolkit-debug
pullPolicy: IfNotPresent
tag: latest@sha256:adcd4e72b5349b99b1f3896c9a05763add513c51ed364134da870c64c1302d8c
tag: latest@sha256:8f4aec5b12ba4783900ad91aa5966cc9176ad4ea240382ecfd84f202fff356d8
step:
## @param tests.step.image.registry The OCI registry to pull the image from
@@ -352,7 +352,7 @@ tests:
registry: "docker.io"
repository: smallstep/step-cli
pullPolicy: IfNotPresent
tag: 0.26.1
tag: 0.26.2
busybox:
## @param tests.busybox.image.registry The OCI registry to pull the image from