upgrade to 2.7.11

This commit is contained in:
2025-01-15 06:14:05 +01:00
parent e83526d2b7
commit 92af031b34

View File

@@ -13,9 +13,15 @@ resource "helm_release" "influx" {
repository = "https://helm.influxdata.com/" repository = "https://helm.influxdata.com/"
chart = "influxdb2" chart = "influxdb2"
version = "2.1.1" version = "2.1.2"
values = [ values = [
jsonencode({
image = {
tag = "2.7.11-alpine"
}
}),
jsonencode({ jsonencode({
ingress = { ingress = {
enabled = true enabled = true