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