Skip to content

Charts: update kubectl to 1.26.7

Mitchell Nielsen requested to merge charts-update-kubectl into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Updates kubectl binary in the Charts build image from
1.20.15 to 1.26.7.

This matches the version currently specified in the
[charts .tool-versions
file](https://gitlab.com/gitlab-org/charts/gitlab/-/blob/e52340272537c7a9c0a677b80d0ba6ca5bfe8933/.tool-versions#L1).

Notably, this new version gives us the ability to use the `-l` flag
with `kubectl rollout status` to get the rollout status of multiple
workloads matching a set of labels.

Test plan

Checklist

Edited by Mitchell Nielsen

Merge request reports