Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
abohne opened this issue Aug 9, 2024 · 1 comment
Open

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

abohne opened this issue Aug 9, 2024 · 1 comment
Assignees

Comments

@abohne
Copy link

abohne commented Aug 9, 2024

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
Copy link
Owner

Thanks, will also look into this for the next release

@ChristofferNissen ChristofferNissen self-assigned this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants