Skip to content

Commit

Permalink
Upgrade to Kubernetes 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Mar 6, 2024
1 parent e84dab1 commit 83e2add
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions infrastructure/Cluster.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ param additionalNodePoolProfiles array = []

@description('''
Optional. The base version of Kubernetes to use. Node pools are set to auto patch, so they only use the 'major.minor' part.
Defaults to 1.27
Defaults to 1.28
''')
param kubernetesVersion string = '1.27'

param kubernetesVersion string = '1.28'

@description('''Optional. Controls automatic upgrades:
- none. No automatic patching
Expand Down

0 comments on commit 83e2add

Please sign in to comment.