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

[fix] add check on protocol used for repo.url in viper configuration #44

Closed ChristofferNissen closed 3 months ago

ChristofferNissen commented 3 months ago

Add check for protocol used to specify Helm Repository in helmper.yaml to avoid adding broken repository config to repositories.yml

Part of the fix for #40

Closes #41