Skip to content
Draft
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
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ./../.bingo/Variables.mk

UNIQUE_INPUT ?= ${USER}-test-dev
LOCATION ?= WestUS2
LOCATION ?= EastUS2

_output:
mkdir _output
Expand Down
2 changes: 1 addition & 1 deletion test/infrastructure/aks.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource aks 'Microsoft.ContainerService/managedClusters@2024-06-02-preview' = {
}
}
properties: {
kubernetesVersion: '1.31.13'
kubernetesVersion: '1.34'
securityProfile: {
workloadIdentity: {
enabled: true
Expand Down
Loading