pegasystems / pega-helm-charts

Orchestrate a Pega Platform™ deployment by using Docker, Kubernetes, and Helm to take advantage of Pega Platform Cloud Choice flexibility.
https://community.pega.com/knowledgebase/articles/cloud-choice
Apache License 2.0
122 stars 194 forks source link

Running minikube version report error #731

Open damiandragowski opened 3 months ago

damiandragowski commented 3 months ago

During installation process on minikube we are getting: "Error: found in Chart.yaml, but missing in charts/ directory: cassandra"

To Reproduce run minikube and run command:

helm install charts/pega/ -n mypega --generate-name --namespace pega --values charts/pega/values-minimal.yaml

Expected behavior It shoudl install pega platfrom on minikube

Chart version What version of the charts are you using? Have you made any customizations?

Server (if applicable, please complete the following information): Fedora core 36

Additional context lack

kishorv10 commented 2 months ago

Hi @damiandragowski cassandra is a sub-chart of Pega. Its helm behavior to include/download subcharts before doing any helm action. Please run helm dependency build with in ~/pega-helm-charts/charts/pega before performing the actual installation.

github-actions[bot] commented 1 week ago

This issue has been marked as stale because it has been open for 60 days with no activity. This issue will be automatically closed in 30 days if no further activity occurs.