workspace: update main K8s to 1.24.2

This was missed in 801. Updating Kubernetes is currently very easy to
screw up (see #136 tracking improvements to this).

Change-Id: Ia49ffba93cfdbb3e3111050f59e9dbb64b93361c
Reviewed-on: https://review.monogon.dev/c/monogon/+/823
Tested-by: Jenkins CI
Reviewed-by: Mateusz Zalega <mateusz@monogon.tech>
diff --git a/build/print-workspace-status.sh b/build/print-workspace-status.sh
index d3025b2..64ff3aa 100755
--- a/build/print-workspace-status.sh
+++ b/build/print-workspace-status.sh
@@ -16,7 +16,7 @@
 # TODO(q3k): unify with //third_party/go/repsitories.bzl.
 KUBERNETES_gitMajor="1"
 KUBERNETES_gitMinor="24"
-KUBERNETES_gitVersion="v1.24.0+mngn"
+KUBERNETES_gitVersion="v1.24.2+mngn"
 
 cat <<EOF
 KUBERNETES_gitCommit $(git rev-parse "HEAD^{commit}")