getporter / helm2-mixin

Helm mixin for Porter
https://porter.sh/mixins/helm
Apache License 2.0
13 stars 7 forks source link

if used twice in a bundle, attemptts to re-download updated client every time #58

Closed squillace closed 2 years ago

squillace commented 4 years ago
╭─ralph at surfacebook in ~/work/nogo/jeffhollan/azure-functions-porter on master✔ using
╰─± porter install -c AzFunctionEnvironment --param letsencrypt_email=ralph@squillace.io
installing AzFunctionEnvironment...
executing install action from AzFunctionEnvironment (bundle instance: AzFunctionEnvironment)
Install nginx
Tiller version (v2.16.1) does not match client version (v2.14.3); downloading a compatible client.
...

and then later in the pipeline:

dd KEDA repo
"kedacore" has been added to your repositories
Deploy KEDA
Tiller version (v2.16.1) does not match client version (v2.14.3); downloading a compatible client.

it would be nice to be able to NOT double-download this, as you can imagine....

vdice commented 4 years ago

@squillace are the two snippets in the same (install?) step? Can you provide the full relevant section of the porter.yaml manifest (or link)? Thanks!

carolynvs commented 2 years ago

If this is still a problem, please open an issue in the helm3 repo! I'm closing this issue and archiving the repository since it has been replaced with helm3.