upgrade to 2.7.11
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user