Skip to content

Commit

Permalink
Upgrade AKS and kubectl versions to latest supported 1.27.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
achton committed May 8, 2024
1 parent d6cd520 commit d5d18ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "environment" {
# When copying this value, consider leaving it out and falling back to the
# default of 102400.
sql_storage_mb = 409600
control_plane_version = "1.26.10"
control_plane_version = "1.27.9"
}

# Outputs, for values that comes straight from the dpl-platform-environment
Expand Down
2 changes: 1 addition & 1 deletion tools/dplsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG KREW_VERSION=v0.4.4
ARG CERT_MANAGER_VERIFIER_VERSION=0.3.0

# The kubectl version can be bumped as we upgrade the cluster minor version.
ARG KUBECTL_VERSION=v1.26.10
ARG KUBECTL_VERSION=v1.27.9
# kubelogin is a client-go credential plugin implementing azure authentication.
# https://github.com/Azure/kubelogin/releases
ARG KUBELOGIN_VERSION=v0.0.34
Expand Down

0 comments on commit d5d18ab

Please sign in to comment.