Skip to content

Commit

Permalink
istio upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Jan 8, 2025
1 parent 3116a66 commit 214ce3f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
14 changes: 9 additions & 5 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-22"
versions: "asm-1-22"
targetVersion: "asm-1-23"
versions: "asm-1-23"

# MGMT cluster specifics
mgmt:
Expand Down Expand Up @@ -248,9 +248,10 @@ clouds:
frontend:
cosmosDB:
private: false
regions:
westus2:
mgmtUserAgentPoolMinCount: 5
svc:
istio:
targetVersion: "asm-1-23"
versions: "asm-1-22,asm-1-23"
cs-pr:
# this is the cluster service PR check and full cycle test environment
defaults:
Expand All @@ -260,6 +261,9 @@ clouds:
userAgentPool:
minCount: 2
maxCount: 12
istio:
targetVersion: "asm-1-23"
versions: "asm-1-22,asm-1-23"
mgmt:
# MC AKS nodepools - big enough for multiple HCPs
userAgentPool:
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 @@ -180,8 +180,8 @@
"istio": {
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-22",
"versions": "asm-1-22"
"targetVersion": "asm-1-23",
"versions": "asm-1-22,asm-1-23"
},
"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 @@ -180,8 +180,8 @@
"istio": {
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-22",
"versions": "asm-1-22"
"targetVersion": "asm-1-23",
"versions": "asm-1-22,asm-1-23"
},
"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 @@ -180,8 +180,8 @@
"istio": {
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-22",
"versions": "asm-1-22"
"targetVersion": "asm-1-23",
"versions": "asm-1-23"
},
"rg": "hcp-underlay-usw3tst-svc",
"subscription": "ARO Hosted Control Planes (EA Subscription 1)",
Expand Down

0 comments on commit 214ce3f

Please sign in to comment.