Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
feat(kubectl): update kubectl to 1.23
Browse files Browse the repository at this point in the history
as per jenkins-infra/helpdesk#3053 upgrading the client kubectl
  • Loading branch information
smerle33 authored Oct 12, 2022
1 parent 085437f commit d4932da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/kubectl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sources:
username: "{{ .github.username }}"
versionfilter:
kind: regex
pattern: "^kubernetes-1.22.(\\d*)$"
pattern: "^kubernetes-1.23.(\\d*)$"

conditions:
dockerfileArgKubectlVersion:
Expand Down

0 comments on commit d4932da

Please sign in to comment.