From 92af031b3449e853ac5a9870267f10ed9a465a1e Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Wed, 15 Jan 2025 06:14:05 +0100 Subject: [PATCH] upgrade to 2.7.11 --- influxdb2.tf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/influxdb2.tf b/influxdb2.tf index 7c73af2..3f83817 100644 --- a/influxdb2.tf +++ b/influxdb2.tf @@ -13,9 +13,15 @@ resource "helm_release" "influx" { repository = "https://helm.influxdata.com/" chart = "influxdb2" - version = "2.1.1" + version = "2.1.2" values = [ + jsonencode({ + image = { + tag = "2.7.11-alpine" + } + }), + jsonencode({ ingress = { enabled = true