Skip to content

fix[vault]: Update to chart 0.20.1

Update HashiCorp Vault helm chart version to 0.20.1 as version 0.5.0 is incompatible with Kubernetes 1.23.

When Vault is enabled and gets deployed, it fails with the following error message (nested in other error messages):

no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1", unable to recognize "": no matches for kind "MutatingWebhookConfiguration" in version "admissionregistration.k8s.io/v1beta1"

admissionregistration.k8s.io/v1beta1 has been removed with Kubernetes v1.22; its stable successor API admissionregistration.k8s.io/v1 is available since v1.16.

GitLab claims to support k8s v1.21-v1.24. As the old chart no longer works with v1.22 it should be updated to the newer chart.version

Edited by Philipp Hahn

Merge request reports