Bump test chart dependencies (#116)

Signed-off-by: GitHub <[email protected]>
Co-authored-by: marcofranssen <[email protected]>
This commit is contained in:
github-actions[bot]
2023-11-27 06:20:42 -08:00
committed by GitHub
co-authored by marcofranssen
parent d616632810
commit e68f6170a6
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
{
"name": "kube-prometheus-stack",
"repo": "https://prometheus-community.github.io/helm-charts",
"version": "54.1.0"
"version": "54.2.2"
},
{
"name": "cert-manager",
@@ -17,11 +17,11 @@
{
"name": "mysql",
"repo": "https://charts.bitnami.com/bitnami",
"version": "9.14.3"
"version": "9.14.4"
},
{
"name": "postgresql",
"repo": "https://charts.bitnami.com/bitnami",
"version": "13.2.11"
"version": "13.2.18"
}
]
@@ -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:6a31419c2c6d11fd1f3d0c2ebe9923cf887f321e103a46dd1ad63a20712e7f6e` |
| `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:6a31419c2c6d11fd1f3d0c2ebe9923cf887f321e103a46dd1ad63a20712e7f6e
tag: latest@sha256:99cafee4f14fe07a3298fcb7b90d4f0c396cba150b65d937856788b42ad83f79
busybox:
## @param tests.busybox.image.registry The OCI registry to pull the image from