Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

istio upgrade #1060

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading