Skip to content

Commit 94ff525

Browse files
aks version update
1 parent 4e5e732 commit 94ff525

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Deployment/resourcedeployment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ try {
788788
foreach ($nodePool in $nodePools) {
789789
Write-Host "Upgrading node pool: $nodePool" -ForegroundColor Cyan
790790
Write-Host "Node pool $nodePool upgrade initiated." -ForegroundColor Green
791-
az aks nodepool upgrade --resource-group $deploymentResult.ResourceGroupName --cluster-name $deploymentResult.AksName --name $nodePool
791+
az aks nodepool upgrade --resource-group $deploymentResult.ResourceGroupName --cluster-name $deploymentResult.AksName --name $nodePool --yes
792792
}
793793
}
794794
catch {

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ module managedCluster 'br/public:avm/res/container-service/managed-cluster:0.10.
924924
location: solutionLocation
925925
tags: tags
926926
enableTelemetry: enableTelemetry
927-
kubernetesVersion: '1.32.7'
927+
kubernetesVersion: '1.34.2'
928928
dnsPrefix: 'aks-${solutionSuffix}'
929929
enableRBAC: true
930930
disableLocalAccounts: false

0 commit comments

Comments
 (0)