Skip to content

Commit

Permalink
revert istio upgrade to 1-23 (Azure#1041)
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <goberlec@redhat.com>
  • Loading branch information
geoberle authored and katherinelc321 committed Jan 30, 2025
1 parent 57c1fe3 commit e4ceeda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ defaults:
istio:
istioctlVersion: "1.23.1"
tag: "prod-stable"
targetVersion: "asm-1-23"
versions: "asm-1-22,asm-1-23"
targetVersion: "asm-1-22"
versions: "asm-1-22"

# MGMT cluster specifics
mgmt:
Expand Down
4 changes: 2 additions & 2 deletions config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"istio": {
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-23",
"versions": "asm-1-22,asm-1-23"
"targetVersion": "asm-1-22",
"versions": "asm-1-22"
},
"rg": "hcp-underlay-cspr-svc",
"subscription": "ARO Hosted Control Planes (EA Subscription 1)",
Expand Down
4 changes: 2 additions & 2 deletions config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"istio": {
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-23",
"versions": "asm-1-22,asm-1-23"
"targetVersion": "asm-1-22",
"versions": "asm-1-22"
},
"rg": "hcp-underlay-dev-svc",
"subscription": "ARO Hosted Control Planes (EA Subscription 1)",
Expand Down
4 changes: 2 additions & 2 deletions config/public-cloud-personal-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
"istio": {
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-23",
"versions": "asm-1-22,asm-1-23"
"targetVersion": "asm-1-22",
"versions": "asm-1-22"
},
"rg": "hcp-underlay-usw3tst-svc",
"subscription": "ARO Hosted Control Planes (EA Subscription 1)",
Expand Down

0 comments on commit e4ceeda

Please sign in to comment.