From ede544eb2730cc59870cd6ea1316f61c0b9ec0f5 Mon Sep 17 00:00:00 2001 From: "Benjamin Valiente (Contractor)" Date: Mon, 8 Dec 2025 19:12:58 -0600 Subject: [PATCH] feat: updating recommended eks helm charts --- charts.json | 12 ++++++------ platform/modules/cert-manager/chart.json | 2 +- platform/modules/external-dns/chart.json | 2 +- platform/modules/fluent-bit/chart.json | 2 +- platform/modules/istiod/chart.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts.json b/charts.json index a5baca25..280b7b04 100644 --- a/charts.json +++ b/charts.json @@ -7,7 +7,7 @@ "cert-manager": { "chart": "cert-manager", "repository": "https://charts.jetstack.io", - "version": "v1.12.13" + "version": "1.19.1" }, "cluster-autoscaler": { "chart": "cluster-autoscaler", @@ -17,27 +17,27 @@ "external-dns": { "chart": "external-dns", "repository": "https://charts.bitnami.com/bitnami", - "version": "6.12.2" + "version": "9.0.3" }, "fluent-bit": { "chart": "fluent-bit", "repository": "https://fluent.github.io/helm-charts", - "version": "0.21.7" + "version": "0.54.0" }, "istio-base": { "chart": "base", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.23.0" + "version": "1.28.0" }, "istiod": { "chart": "istiod", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.23.0" + "version": "1.28.0" }, "istio-ingress": { "chart": "gateway", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.23.0" + "version": "1.28.0" }, "load-balancer-controller": { "chart": "aws-load-balancer-controller", diff --git a/platform/modules/cert-manager/chart.json b/platform/modules/cert-manager/chart.json index cc0e1dd9..da67d0b9 100644 --- a/platform/modules/cert-manager/chart.json +++ b/platform/modules/cert-manager/chart.json @@ -1,5 +1,5 @@ { "chart": "cert-manager", "repository": "https://charts.jetstack.io", - "version": "v1.12.13" + "version": "1.19.1" } diff --git a/platform/modules/external-dns/chart.json b/platform/modules/external-dns/chart.json index fd978c0e..686ade89 100644 --- a/platform/modules/external-dns/chart.json +++ b/platform/modules/external-dns/chart.json @@ -1,5 +1,5 @@ { "chart": "external-dns", "repository": "https://charts.bitnami.com/bitnami", - "version": "6.12.2" + "version": "9.0.3" } diff --git a/platform/modules/fluent-bit/chart.json b/platform/modules/fluent-bit/chart.json index e45bd435..1653df0e 100644 --- a/platform/modules/fluent-bit/chart.json +++ b/platform/modules/fluent-bit/chart.json @@ -1,5 +1,5 @@ { "chart": "fluent-bit", "repository": "https://fluent.github.io/helm-charts", - "version": "0.21.7" + "version": "0.54.0" } diff --git a/platform/modules/istiod/chart.json b/platform/modules/istiod/chart.json index 160ce918..1ae236c7 100644 --- a/platform/modules/istiod/chart.json +++ b/platform/modules/istiod/chart.json @@ -1,5 +1,5 @@ { "chart": "istiod", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.23.0" + "version": "1.28.0" }