Skip to content

Commit

Permalink
change istio to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 3, 2025
1 parent 916d425 commit 4a1f3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
istio_tag = "1.23.2"
istio_tag = "1.23.4"
tls_crt_b64 = ""
tls_crt_contents = ""
tls_crt_file = ""
Expand Down
4 changes: 1 addition & 3 deletions examples/full-cluster-tf-upgrade/1.31/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ istio-operator:
source_image: "istio/operator"
source_tag: null
enabled: true
# tag: "1.24.2"
tag: "1.23.4"
istio-pilot:
documentation: "https://istio.io/latest/docs/releases/supported-releases"
Expand All @@ -89,7 +88,6 @@ istio-pilot:
source_image: "istio/pilot"
source_tag: null
enabled: true
# tag: "1.24.2"
tag: "1.23.4"
istio-proxyv2:
documentation: "https://istio.io/latest/docs/releases/supported-releases"
Expand All @@ -100,7 +98,7 @@ istio-proxyv2:
source_image: "istio/proxyv2"
source_tag: null
enabled: true
tag: "1.24.2"
tag: "1.23.4"
prometheus:
documentation: "https://hub.docker.com/r/bitnami/prometheus/tags"
name: "prometheus"
Expand Down

0 comments on commit 4a1f3e2

Please sign in to comment.