SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Upgrade to helm v3 #220

Closed Neumann-Nils closed 4 years ago

Neumann-Nils commented 4 years ago

Description

The karydia installation process should be upgraded to helm v3.

More information on helm v3 (currently in beta): https://helm.sh/blog/helm-v3-beta/

User Story

As a user I want to use helm v3 in order to have a future-proof and secure installation process..

Neumann-Nils commented 4 years ago

To use helm v3 download the binary (https://github.com/helm/helm/releases/tag/v3.0.0-beta.1), rename it to helm3and add it to your path (e.g. on mac place it in folder /usr/local/bin/). Now you can use it via helm3in your command line.

Neumann-Nils commented 4 years ago

Running into some errors trying to upgrade to helm v3.

Currently, this includes the CRDs:

Error: apiVersion "karydia.gardener.cloud/v1alpha1" in karydia/templates/karydia-network-policy.yaml is not available
Error: apiVersion "karydia.gardener.cloud/v1alpha1" in karydia/templates/config.yaml is not available

There is no difference, if I install the CRDs before by hand...