Skip to content

Commit

Permalink
bump (privatek8s): patch kubernetes to 1.26.12 (#636)
Browse files Browse the repository at this point in the history
as per #634 and
#635

need to upgrade to the latest patch version
  • Loading branch information
smerle33 authored Mar 4, 2024
1 parent 3ecbd05 commit 577811e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ locals {
admin_username = "jenkins-infra-team"

kubernetes_versions = {
"privatek8s" = "1.26.6"
"privatek8s" = "1.26.12"
"publick8s" = "1.26.6"
}
}

0 comments on commit 577811e

Please sign in to comment.