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

cleanup istio 1.22 from DEV and CSPR #1062

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
7 changes: 0 additions & 7 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,6 @@ clouds:
frontend:
cosmosDB:
private: false
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 @@ -261,9 +257,6 @@ 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
2 changes: 1 addition & 1 deletion config/public-cloud-cs-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-23",
"versions": "asm-1-22,asm-1-23"
"versions": "asm-1-23"
},
"rg": "hcp-underlay-cspr-svc",
"subscription": "ARO Hosted Control Planes (EA Subscription 1)",
Expand Down
2 changes: 1 addition & 1 deletion config/public-cloud-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
"istioctlVersion": "1.23.1",
"tag": "prod-stable",
"targetVersion": "asm-1-23",
"versions": "asm-1-22,asm-1-23"
"versions": "asm-1-23"
},
"rg": "hcp-underlay-dev-svc",
"subscription": "ARO Hosted Control Planes (EA Subscription 1)",
Expand Down
Loading