We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94580b commit 33afd0eCopy full SHA for 33afd0e
01_infrastructure/minio.tf
@@ -22,7 +22,7 @@ resource "helm_release" "minio" {
22
name = "minio"
23
repository = "oci://registry-1.docker.io/bitnamicharts"
24
chart = "minio"
25
- version = "14.10.5"
+ version = "15.0.4"
26
namespace = var.dependencies_namespace
27
28
create_namespace = true
0 commit comments