SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Deployment Version is not supported #232

Closed CodeClinch closed 4 years ago

CodeClinch commented 4 years ago

Description

After update of helm locally, the installation is not working anymore.

Error: validation failed: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1"

Steps to reproduce

brew upgrade $ helm install ./install/charts --name karydia --namespace karydia

Error: validation failed: unable to recognize "": no matches for kind "Deployment" in version "extensions/v1beta1"

Expected behavior

Installed latest version of Karydia

Logs / console output / screenshots / affected lines of code

Environment

Neumann-Nils commented 4 years ago

Probably connected with #223 and Helm 2.15.

Neumann-Nils commented 4 years ago

Tested it with the following results. Installation works fine with Helm 2.13/2.15 and a Cluster running Kubernetes 1.15.5. I encountered the same problems (as described in the issue) when using Helm 2.15 and a cluster running 1.16.2.