Skip to content

Commit

Permalink
Merge pull request #44 from steled/fix
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
steled authored Dec 29, 2024
2 parents 1fc3a0a + 86d959a commit 966f1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions minio.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module "minio" {
source = "[email protected]:steled/terraformmodules.git//minio?ref=v0.9"
# source = "../terraformmodules/minio/"

# renovate: datasource=github-tags depName=minio packageName=minio/minio
minio_version = "5.3.0" # check version here: https://github.com/minio/minio/blob/master/helm/minio/Chart.yaml#L4
# renovate: datasource=custom.minio depName=minio packageName=minio/minio
minio_version = "5.2.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 966f1d7

Please sign in to comment.