Skip to content

Commit

Permalink
include all currently supported kubectl versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored and Craig O'Donnell committed Jul 6, 2023
1 parent 6ec019c commit d064244
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ contents:
packages:
- kots-head # This is expected to be built locally by `melange`.

- kubectl
# https://github.com/wolfi-dev/os/pull/3069
#- kubectl-1.27
#- kubectl-1.25
#- kubectl-1.26
# All currently supported kubectl versions.
# TODO: this requires manual intervention whenever there are new kubectl releases.
- kubectl-1.24
- kubectl-1.25
- kubectl-1.26
- kubectl-1.27

- bash
- busybox
Expand Down

0 comments on commit d064244

Please sign in to comment.