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

upgraded elastic

parent 8ed18455
...@@ -9,6 +9,7 @@ resource "helm_release" "app" { ...@@ -9,6 +9,7 @@ resource "helm_release" "app" {
version = each.value["version"] version = each.value["version"]
namespace = each.value["namespace"] namespace = each.value["namespace"]
create_namespace = true create_namespace = true
timeout = 1000
max_history = each.value["max_history"] max_history = each.value["max_history"]
......
...@@ -129,7 +129,7 @@ locals { ...@@ -129,7 +129,7 @@ locals {
namespace = "elasticsearch" namespace = "elasticsearch"
chart = "elasticsearch" chart = "elasticsearch"
repository = "https://helm.elastic.co" repository = "https://helm.elastic.co"
version = "7.15.0" version = "7.17.1"
max_history = 3, max_history = 3,
force = true, force = true,
values = { values = {
...@@ -143,7 +143,7 @@ locals { ...@@ -143,7 +143,7 @@ locals {
namespace = "elasticsearch" namespace = "elasticsearch"
chart = "kibana" chart = "kibana"
repository = "https://helm.elastic.co" repository = "https://helm.elastic.co"
version = "7.15.0" version = "7.17.1"
max_history = 3, max_history = 3,
force = true, force = true,
values = { 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