Skip to content

Commit 23eb374

Browse files
authored
Merge pull request #48 from steled/renovate/minio-5.x
Update Helm release minio to v5.3.0
2 parents 029841a + 270a4b1 commit 23eb374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minio.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module "minio" {
33
# source = "../terraformmodules/minio/"
44

55
# renovate: depName=minio registryUrl=https://charts.min.io/
6-
minio_version = "5.2.0" # check version here: https://github.com/minio/minio/blob/master/helm/minio/Chart.yaml#L4
6+
minio_version = "5.3.0" # check version here: https://github.com/minio/minio/blob/master/helm/minio/Chart.yaml#L4
77
kubernetes_namespace_name = "minio"
88
ingress_domains = var.minio_ingress_domains_prd
99
console_ingress_domains = var.minio_console_ingress_domains_prd

0 commit comments

Comments
 (0)