Both the helm and kubernetes-client packages use dependent alternative entries that should be grouped.
From https://gerrit.wikimedia.org/r/c/integration/config/+/1123363
Note the Debian package defines two alternatives: helm and helm3 which really should have been made a link group using --slave:
update-alternatives \ --install /usr/bin/helm helm /usr/bin/helm311 \ --slave /usr/bin/helm3 helm3 /usr/bin/helm311
In kubernetes-client, the binary and bash-completion alternative entries should be grouped.