external-secrets/kubernetes-external-secrets

Helm 2 EOL: chart apiVersion should be bumped?

sfynx opened this issue · 1 comments

sfynx commented

When installing the chart with Argo CD, it uses Helm 2 when the chart apiVersion is v1, and Helm 3 when it is v2. As it is still v1 at this time, this causes it to ignore the crds/ directory.

Everything looks great when changing it to v2, which should be fine if we don't expect people to use Helm 2 anymore.

#698 was merged