helm icon indicating copy to clipboard operation
helm copied to clipboard

GitHub action for deploying Helm charts.

Results 34 helm issues
Sort by recently updated
recently updated
newest added

Todo: Requires some chore cleanup, lmk once rest of the things look good I'll update those Fixes: #56 #66 #73 #49

Getting this error message when attempting to build an image ``` => ERROR [2/3] RUN apk add --no-cache ca-certificates --repository http://dl-3.alpinelinux.org/alpine/edge/community/ jq curl bash nodejs aws-cli && curl -L https://get.helm.sh/helm-v2.17.0-linux-amd64.tar.gz...

``` Step 5/8 : RUN apk add --no-cache ca-certificates --repository http://dl-3.alpinelinux.org/alpine/edge/community/ jq curl bash nodejs aws-cli && curl -L ${BASE_URL}/${HELM_2_FILE} |tar xvz && mv linux-amd64/helm /usr/bin/helm && chmod +x /usr/bin/helm...

Upgrade alpine version for compatibility with aws-cli

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Getting the error below even on repos where configuration hasn't changed. `Traceback (most recent call last): File "/usr/bin/aws", line 19, in import awscli.clidriver ModuleNotFoundError: No module named 'awscli'`

hello, how can I set the helm chart folder? if I checkout the repo, helm Chart is in the `helm/` folder, I tried with `chart: helm` but then helm will...

I have 2 k8s clusters - one for production, one for review & staging environment. Functionality I'm trying to achieve: 1. Deploy to test cluster on merge to test branch...