Rastislav Komara

Results 2 issues of Rastislav Komara

According to https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122, in version 1.22 and beyond, API `apiextensions.k8s.io/v1beta1` is no longer available and was replaced by `apiextensions.k8s.io/v1`. The CRD definitions require upgrade as mentioned in K8s link above.

Currently helm charts produced by this repository support Helm 2, which is deprecated and should not be used. Unfortunately, they are not very well compatible with Helm 3 and fail...