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
I am using the helm step with action "install" to deploy a package stored in my Codefresh helm private repository.
The deployment is failing because is looking at the local directory for a Chart.yaml.
I expect the command to find the package in the repository.
Below are the commands and output:
helm version --short -c helm repo add cf-helm-default cm://h.cfcr.io/<username>/default/ helm upgrade java-app-test-r java-app-test --install --reset-values --repo cm://h.cfcr.io/<username>/default/ --namespace "ns" --set image.pullPolicy=Always --set image.tag="master-44c3d06" ---------------------------- Switched to context "cluster". Client: v2.16.1+gbbdfe5e Reading environment variable exporting file contents. Error: no Chart.yaml exists in directory "/codefresh/volume/java-app-test" "cf-helm-default" has been added to your repositories ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using the helm step with action "install" to deploy a package stored in my Codefresh helm private repository.
The deployment is failing because is looking at the local directory for a Chart.yaml.
I expect the command to find the package in the repository.
Below are the commands and output:
The text was updated successfully, but these errors were encountered: