Commit aaea1537 authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

upgraded elastic

parent 8ed18455
......@@ -9,6 +9,7 @@ resource "helm_release" "app" {
version = each.value["version"]
namespace = each.value["namespace"]
create_namespace = true
timeout = 1000
max_history = each.value["max_history"]
......
......@@ -129,7 +129,7 @@ locals {
namespace = "elasticsearch"
chart = "elasticsearch"
repository = "https://helm.elastic.co"
version = "7.15.0"
version = "7.17.1"
max_history = 3,
force = true,
values = {
......@@ -143,7 +143,7 @@ locals {
namespace = "elasticsearch"
chart = "kibana"
repository = "https://helm.elastic.co"
version = "7.15.0"
version = "7.17.1"
max_history = 3,
force = true,
values = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment