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

Commit

Permalink
chore(kubectl): upgrade kubectl via updatecli to 1.22 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored May 12, 2022
1 parent b0842a5 commit 709bd23
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
@@ -26,7 +26,7 @@ sources:
username: "{{ .github.username }}"
versionfilter:
kind: regex
pattern: "^kubernetes-1.21.(\\d*)$"
pattern: "^kubernetes-1.22.(\\d*)$"

conditions:
dockerfileArgKubectlVersion:

0 comments on commit 709bd23

Please sign in to comment.