Skip to content

Commit

Permalink
Merge pull request #48 from steled/renovate/minio-5.x
Browse files Browse the repository at this point in the history
Update Helm release minio to v5.3.0
  • Loading branch information
steled authored Dec 29, 2024
2 parents 029841a + 270a4b1 commit 23eb374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minio.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "minio" {
# source = "../terraformmodules/minio/"

# renovate: depName=minio registryUrl=https://charts.min.io/
minio_version = "5.2.0" # check version here: https://github.com/minio/minio/blob/master/helm/minio/Chart.yaml#L4
minio_version = "5.3.0" # check version here: https://github.com/minio/minio/blob/master/helm/minio/Chart.yaml#L4
kubernetes_namespace_name = "minio"
ingress_domains = var.minio_ingress_domains_prd
console_ingress_domains = var.minio_console_ingress_domains_prd
Expand Down

0 comments on commit 23eb374

Please sign in to comment.