Skip to content
New issue

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

helm step with action install is not looking at the package in the Codefresh private repository. #166

Open
jvergara-runbuggy opened this issue Jun 23, 2020 · 0 comments

Comments

@jvergara-runbuggy
Copy link

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 ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant