diff --git a/01_infrastructure/minio.tf b/01_infrastructure/minio.tf index 4cd3ae1..5d7e224 100644 --- a/01_infrastructure/minio.tf +++ b/01_infrastructure/minio.tf @@ -22,7 +22,7 @@ resource "helm_release" "minio" { name = "minio" repository = "oci://registry-1.docker.io/bitnamicharts" chart = "minio" - version = "14.10.5" + version = "15.0.7" namespace = var.dependencies_namespace create_namespace = true