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

Updating some components

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