question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Run 'helm repo update'

See original GitHub issue

From my Github Action log:

Run deliverybot/helm@v1
  with:
    release: xx
    namespace: default
    chart: bitnami/wordpress
    token: xx
    value-files: ["./deploy/values-production.yaml"]
  env:
    KUBECONFIG_FILE: xx
/usr/bin/docker run --name xx --label xx --workdir /github/workspace --rm -e KUBECONFIG_FILE -e INPUT_RELEASE -e INPUT_NAMESPACE -e INPUT_CHART -e INPUT_TOKEN -e INPUT_VALUE-FILES -e INPUT_VALUES -e INPUT_DRY-RUN -e INPUT_SECRETS -e INPUT_VERSION -e HOME -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e RUNNER_OS -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/xx.no/xx.no":"/github/workspace" xx:xx
helm upgrade xx bitnami/wordpress --install --wait --atomic --namespace=default --values=./values.yml --set=app.name=xx --values=./deploy/values-production.yaml
Error: failed to download "bitnami/wordpress" (hint: running `helm repo update` may help)
##[error]Error: The process 'helm' failed with exit code 1
##[error]The process 'helm' failed with exit code 1
##[error]Docker run failed with exit code 1

‘helm repo update’ should be run before executing the helm deploy command.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:16

github_iconTop GitHub Comments

1reaction
anasinnykcommented, Nov 20, 2019

It will be awesome to add helm dependency support.

1reaction
colinjfwcommented, Oct 10, 2019

Ya I don’t really know what the best way to do it is with actions. I think the best way is to just provide a repository argument. I can probably work on a pull request today if I have time.

On Thu, Oct 10, 2019 at 4:48 AM Kristoffer Eide notifications@github.com wrote:

Hi @colinjfw https://github.com/colinjfw !

Do you think maybe there will be support for running custom commands before deploy? Or is the plan to implement helm commands one by one, helm plugin install for example? If the last case, that argument looks like a good way to solve it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/deliverybot/helm/issues/11?email_source=notifications&email_token=ACR764MSAUPRQPAIPHMOINDQN4JATA5CNFSM4I6OKAMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA36K5Q#issuecomment-540534134, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACR764PJYEQDEYDV2YC6Q33QN4JATANCNFSM4I6OKAMA .

Colin Walker colinwalker270@gmail.com | colinjfw.com | 778.709.1959

Read more comments on GitHub >

github_iconTop Results From Across the Web

Helm Repo Update
Update gets the latest information about charts from the respective chart repositories. Information is cached locally, where it is used by commands like...
Read more >
How to Add, Update or Remove Helm Repositories
How to Update Helm Repositories. Update all Helm repositories in your system by running the following command: helm repo update.
Read more >
How do i update helm repo to the latest version - Stack Overflow
If you can't upgrade to a newer version of Helm, you can still run helm repo update with no additional arguments to update...
Read more >
Helm install/upgrade with --repo is not working #8744 - GitHub
Installing release using --repo flag is not working using helm install command. But specifying full path of the chart works. helm install -h ......
Read more >
Upgrading using Helm charts - OpenShift Documentation
Changing configuration options after deploying the central-services Helm chart · Update the values-public.yaml and values-private. · Run the helm upgrade command ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found