You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution 3:
Install helm into the docker image and use helm package instate of cr package with --repository-config option. Use ~/.config/helm/repositories.yaml as example
I would prefer to install helm into the docker image.
The text was updated successfully, but these errors were encountered:
Remote dependencies does not work with docker image
Chart.yaml
command running from docker image
error
workaround add helm and repo than it works
Solution 1:
Install helm into the docker image
Solution 2:
let chart-releaser fetch the repo data to
Solution 3:
Install helm into the docker image and use
helm package
instate ofcr package
with--repository-config
option. Use~/.config/helm/repositories.yaml
as exampleI would prefer to install helm into the docker image.
The text was updated successfully, but these errors were encountered: