feat(infrastructure): database changes

This commit is contained in:
2025-10-09 14:56:51 +02:00
parent e32e18f0de
commit 8db669ac72
7 changed files with 34 additions and 104 deletions

View File

@@ -58,7 +58,7 @@ resource "helm_release" "mariadb-operator" {
resource "helm_release" "maxscale_helm" {
name = "maxscale-helm"
chart = "${path.module}/charts/maxscale-helm"
version = "1.0.7"
version = "1.0.8"
depends_on = [ helm_release.mariadb-operator-crds, kubectl_manifest.secrets ]
timeout = 3600