Skip to content

Commit

Permalink
Update kubectl patch versions
Browse files Browse the repository at this point in the history
Updated to latest `kubectl` patch releases.

* 1.22.11 --> 1.22.12
* 1.23.8  --> 1.23.9
* 1.24.1  --> 1.24.3
  • Loading branch information
Justin Griffin committed Aug 16, 2022
1 parent 50978fc commit 1b661de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ KUBECTL_1.18=1.18.19
KUBECTL_1.19=1.19.16
KUBECTL_1.20=1.20.15
KUBECTL_1.21=1.21.14
KUBECTL_1.22=1.22.11
KUBECTL_1.23=1.23.8
KUBECTL_1.24=1.24.1
KUBECTL_1.22=1.22.12
KUBECTL_1.23=1.23.9
KUBECTL_1.24=1.24.3


KUBECTL_VERSION=${KUBECTL_1.24}
Expand Down

0 comments on commit 1b661de

Please sign in to comment.