Bump test chart dependencies (#674)

* Bump test chart dependencies

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Fix bitnami chart support

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Kevin Fox <[email protected]>
Co-authored-by: marcofranssen <[email protected]>
Co-authored-by: Kevin Fox <[email protected]>
This commit is contained in:
spire-helm-version-checker[bot]
2025-10-08 08:04:48 -07:00
committed by GitHub
co-authored by marcofranssen Kevin Fox
parent 0f5bb04a6d
commit 892597576f
14 changed files with 25 additions and 24 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
{
"name": "kube-prometheus-stack",
"repo": "https://prometheus-community.github.io/helm-charts",
"version": "77.12.0"
"version": "77.13.0"
},
{
"name": "cert-manager",
@@ -12,6 +12,6 @@
{
"name": "ingress-nginx",
"repo": "https://kubernetes.github.io/ingress-nginx",
"version": "4.13.2"
"version": "4.13.3"
}
]
+1
View File
@@ -1,3 +1,4 @@
fullnameOverride: mysql
primary:
containerSecurityContext:
allowPrivilegeEscalation: false
+5 -5
View File
@@ -1,17 +1,17 @@
[
{
"name": "mysql",
"registry": "docker.io/bitnamicharts/mysql",
"version": "14.0.3"
"name": "mariadb",
"registry": "docker.io/bitnamicharts/mariadb",
"version": "23.0.4"
},
{
"name": "postgresql",
"registry": "docker.io/bitnamicharts/postgresql",
"version": "16.7.9"
"version": "18.0.7"
},
{
"name": "envoy-gateway",
"registry": "docker.io/envoyproxy/gateway-helm",
"version": "v1.5.1"
"version": "v1.5.2"
}
]
+1 -1
View File
@@ -37,7 +37,7 @@ kubectl wait --namespace ingress-nginx --for=condition=ready --timeout 60s pod -
# external database
# mysql
"${helm_install[@]}" mysql "${HELM_REGISTRY_MYSQL}" --version "$VERSION_MYSQL" \
"${helm_install[@]}" mysql "${HELM_REGISTRY_MARIADB}" --version "$VERSION_MARIADB" \
--namespace mysql \
--values "${DEPS}/mysql.yaml" \
--wait