From 7fad9916030a6aa41331cfc113560f5315d29b99 Mon Sep 17 00:00:00 2001 From: steled Date: Mon, 30 Dec 2024 05:25:55 +0100 Subject: [PATCH] haproxy test --- victoriametrics.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/victoriametrics.tf b/victoriametrics.tf index 404c41c..166f94a 100644 --- a/victoriametrics.tf +++ b/victoriametrics.tf @@ -2,8 +2,9 @@ module "victoriametrics" { source = "git@github.com:steled/terraformmodules.git//victoriametrics?ref=v0.9" # source = "../terraformmodules/victoriametrics/" + # renovate#: depName=haproxy registryUrl=https://registry.hub.docker.com/_/haproxy packageName=haproxy # renovate: datasource=docker depName=haproxy packageName=haproxy - haproxy_version = "alpine3.21" # check version here: https://hub.docker.com/_/haproxy/tags?name=alpine3.20 + haproxy_version = "3.0.7-alpine3.21" #"3.1.1-alpine3.21" #"alpine3.20" # check version here: https://hub.docker.com/_/haproxy/tags?name=alpine3.20 # renovate: datasource=github-tags depName=victoriametrics packageName=VictoriaMetrics/helm-charts victoriametrics_version = "0.33.1" # check version here: https://github.com/VictoriaMetrics/helm-charts/blob/master/charts/victoria-metrics-k8s-stack/Chart.yaml#L5 kubernetes_namespace_name = "victoriametrics"