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

[source][condition] Add file URI support for Helm resource #1023

Merged
merged 3 commits into from
Dec 8, 2022

Conversation

olblak
Copy link
Member

@olblak olblak commented Dec 8, 2022

This pullrequest allows to interact with Helm chart repositories index.yaml files using a file URI

Fix #1022

Test

To test this pull request, you can run the following commands:

go build -o bin/updatecli
./bin/updatecli diff --config e2e/updatecli.d/success.d/helmchart.yaml 
cp pkg/plugins/resources/helm
go test

Additional Information

Tradeoff

Potential improvement

Signed-off-by: Olblak <me@olblak.com>
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak added enhancement New feature or request source condition Modify condition resource helmfile labels Dec 8, 2022
Signed-off-by: Olblak <me@olblak.com>
@olblak olblak changed the title Allow to use Helm Repository metadata file stored on Git repository [source][condition] Add file URI support for Helm resource Dec 8, 2022
@olblak olblak merged commit 3d799b9 into updatecli:main Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
condition Modify condition resource enhancement New feature or request helmfile source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Get Helm Chart version from local index.yaml instead of remote URL
1 participant