What to do if I receive an error message while installing Helm Chart?

When installing the Helm Chart the following error message appears: INSTALLATION FAILED: unable to build kubernetes objects from release manifest.

Problem

During the installation of a helm chart, you may encounter error messages similar to these:

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "PodDisruptionBudget" in version "policy/v1"

Solution: You need to update k3OS

These error messages may occur if you are using an outdated version of K3OS. To fix this issue, make sure to update K3OS to the latest version.

Once K3OS has been updated, you can try installing the helm chart again. This should resolve the error messages and allow the chart to be installed successfully.

Updating k3OS

Last modified February 17, 2023: update (#208) (ea731fc)