From e01e9451c95d5c67114edf774f6b0aecfd247a13 Mon Sep 17 00:00:00 2001 From: Olamide Date: Mon, 22 Jul 2024 12:04:14 +0100 Subject: [PATCH] Update istio helm chart v1.16 - v1.23 --- charts.json | 6 +++--- platform/modules/istio-base/chart.json | 2 +- platform/modules/istio-ingress/chart.json | 2 +- platform/modules/istiod/chart.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts.json b/charts.json index 97eb593d..842228d5 100644 --- a/charts.json +++ b/charts.json @@ -27,17 +27,17 @@ "istio-base": { "chart": "base", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.16.1" + "version": "1.22.3" }, "istiod": { "chart": "istiod", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.16.1" + "version": "1.22.3" }, "istio-ingress": { "chart": "gateway", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.16.1" + "version": "1.22.3" }, "load-balancer-controller": { "chart": "aws-load-balancer-controller", diff --git a/platform/modules/istio-base/chart.json b/platform/modules/istio-base/chart.json index 991d6904..698313ac 100644 --- a/platform/modules/istio-base/chart.json +++ b/platform/modules/istio-base/chart.json @@ -1,5 +1,5 @@ { "chart": "base", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.16.1" + "version": "1.22.3" } diff --git a/platform/modules/istio-ingress/chart.json b/platform/modules/istio-ingress/chart.json index 89e6b809..36027bcd 100644 --- a/platform/modules/istio-ingress/chart.json +++ b/platform/modules/istio-ingress/chart.json @@ -1,5 +1,5 @@ { "chart": "gateway", "repository": "https://istio-release.storage.googleapis.com/charts", - "version": "1.16.1" + "version": "1.22.3" } diff --git a/platform/modules/istiod/chart.json b/platform/modules/istiod/chart.json index 863c150c..694ca5ff 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.16.1" + "version": "1.22.3" }