We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I am getting below error while performing a helm push in my github actions workflow. Could any one please help me out?
- name: Copy Helm Chart to S3 Prod Helm Repo run: | helm repo add ${{ env.HELM_PROD_REPO }} ${{ env.HELM_PROD_REPO_URL }}/${{ env.HELM_PROD_REPO}} helm s3 push --force ${{ env.HELM_PACKAGE_NAME }}-${{ inputs.PREPROD_VERSION }}.tgz ${{ env.HELM_PROD_REPO }}
Error: failed to load chart file: cannot load a directory "test" has been added to your repositories Error: plugin "s3" exited with error
Tried below command but still getting error
helm s3 push --force ./${{ env.HELM_PACKAGE_NAME }}-${{ inputs.PREPROD_VERSION }}.tgz ${{ env.HELM_PROD_REPO }}
The text was updated successfully, but these errors were encountered:
Issues regarding Helm usage are best posted over on the helm software repo https://github.com/helm/helm. Please repost there. Thanks!
Sorry, something went wrong.
No branches or pull requests
Hello,
I am getting below error while performing a helm push in my github actions workflow. Could any one please help me out?
Tried below command but still getting error
helm s3 push --force ./${{ env.HELM_PACKAGE_NAME }}-${{ inputs.PREPROD_VERSION }}.tgz ${{ env.HELM_PROD_REPO }}
The text was updated successfully, but these errors were encountered: