Run 'helm repo update'
See original GitHub issueFrom 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:
- Created 4 years ago
- Reactions:1
- Comments:16
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It will be awesome to add helm dependency support.
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:
–
Colin Walker colinwalker270@gmail.com | colinjfw.com | 778.709.1959