stefanprodan / hrval-action

Flux Helm Release validation GitHub action
Apache License 2.0
60 stars 44 forks source link

Add support for validation of HelmRelease using ".spec.valuesFrom" feature of FluxCD #57

Open jozala opened 3 years ago

jozala commented 3 years ago

This one would solve issue #25, where this functionality is described in more details.

jozala commented 3 years ago

The tests are failing because of the old location to stable chart repository in Ghost requirements in fluxcd/flux-get-started repository. I've created a pull request to update this: https://github.com/fluxcd/flux-get-started/pull/60 .

jozala commented 3 years ago

Could the tests be rerun for this pull request? I think I don't have privileges to rerun them.

Pull request https://github.com/fluxcd/flux-get-started/pull/60 is now merged so I believe tests should pass now.

jozala commented 3 years ago

Thanks for re-running the tests. I got caught by another problem. This time it is 'requirements.lock' in flux-get-started repository. I will fix that and make sure everything works before going further with this.