Skip to content

Commit

Permalink
feat: Updating the EKS and Istio version (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
praseedasathaye committed Jan 22, 2024
1 parent 0e65ead commit dbc3036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patterns/istio/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ locals {
azs = slice(data.aws_availability_zones.available.names, 0, 3)

istio_chart_url = "https://istio-release.storage.googleapis.com/charts"
istio_chart_version = "1.18.1"
istio_chart_version = "1.20.2"

tags = {
Blueprint = local.name
Expand All @@ -55,7 +55,7 @@ module "eks" {
version = "~> 19.16"

cluster_name = local.name
cluster_version = "1.27"
cluster_version = "1.28"
cluster_endpoint_public_access = true

cluster_addons = {
Expand Down

0 comments on commit dbc3036

Please sign in to comment.