ChristofferNissen / helmper

Import Helm Charts to OCI registries, optionally with vulnerability patching
https://christoffernissen.github.io/helmper/
Apache License 2.0
140 stars 5 forks source link

Semver error when .charts[].repo.name not specified #90

Open abohne opened 1 month ago

abohne commented 1 month ago

If you add a chart to the charts section, but do not specify a name, you receive the following error:

version is not semver. skipping this version

helmper.yaml

k8s_version: "1.27"
import:
  enabled: true
charts:
- name: kiali-operator
  version: "1.87.0"
  repo:
    url: https://kiali.org/helm-charts

This error is very misleading.

ChristofferNissen commented 1 month ago

Thanks, will also look into this for the next release