Skip to content

Commit

Permalink
feat(privatek8s): bump kubernetes to 1.27.9 for privatek8s (#643)
Browse files Browse the repository at this point in the history
as per
jenkins-infra/helpdesk#3948 (comment)

bump kubernetes to 1.27
  • Loading branch information
smerle33 authored Mar 18, 2024
1 parent bcd4c0b commit a47d11c
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 @@ -43,7 +43,7 @@ locals {
admin_username = "jenkins-infra-team"

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

0 comments on commit a47d11c

Please sign in to comment.