Skip to content

Commit 52a70f6

Browse files
committed
pin kubernetes cluster version to 1.29.7
1 parent d540b32 commit 52a70f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/aks/infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ param applicationInsightsName string = ''
1717
param logAnalyticsName string = ''
1818

1919

20-
param kubernetesVersion string = '1.27.16'
20+
param kubernetesVersion string = '1.29.7'
2121

2222
param searchServiceName string = ''
2323
param searchServiceResourceGroupName string = ''

0 commit comments

Comments
 (0)