Commit 1b703fda authored by Jose Ernesto Suarez's avatar Jose Ernesto Suarez

Updating some components

parent aaea1537
......@@ -39,7 +39,7 @@ locals {
namespace = "cert-manager"
chart = "cert-manager"
repository = "https://charts.jetstack.io"
version = "1.7.2"
version = "1.11.0"
max_history = 3,
values = {
file = [],
......@@ -53,7 +53,7 @@ locals {
namespace = "monitoring"
chart = "prometheus"
repository = "https://prometheus-community.github.io/helm-charts"
version = "13.3.2"
version = "19.0.2"
max_history = 3,
values = {
file = [],
......@@ -71,7 +71,7 @@ locals {
namespace = "monitoring"
chart = "grafana"
repository = "https://grafana.github.io/helm-charts"
version = "6.4.2"
version = "6.52.4"
max_history = 3,
values = {
file = [],
......@@ -86,7 +86,7 @@ locals {
namespace = "ingress-nginx"
chart = "ingress-nginx"
repository = "https://kubernetes.github.io/ingress-nginx"
version = "3.23.0"
version = "4.5.2"
max_history = 3,
values = {
file = [
......@@ -100,7 +100,7 @@ locals {
namespace = "kube-system"
chart = "metrics-server"
repository = "https://charts.bitnami.com/bitnami"
version = "5.5.1"
version = "6.2.13"
max_history = 3,
values = {
file = [],
......@@ -129,7 +129,7 @@ locals {
namespace = "elasticsearch"
chart = "elasticsearch"
repository = "https://helm.elastic.co"
version = "7.17.1"
version = "8.5.1"
max_history = 3,
force = true,
values = {
......@@ -143,7 +143,7 @@ locals {
namespace = "elasticsearch"
chart = "kibana"
repository = "https://helm.elastic.co"
version = "7.17.1"
version = "8.5.1"
max_history = 3,
force = true,
values = {
......@@ -156,7 +156,7 @@ locals {
namespace = "kube-system"
chart = "cluster-autoscaler"
repository = "https://kubernetes.github.io/autoscaler"
version = "9.4.0"
version = "9.26.0"
max_history = 3,
values = {
file = [],
......
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