Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add 78financials https://78-Financials.github.io/helm-charts
If you had already added this repo earlier, run helm repo update
to retrieve
the latest versions of the packages. You can then run helm search repo 78financials
to see the charts.
helm install 78financials 78financials/78financials
helm uninstall 78financials
helm template 78financials charts/78financials/ --values charts/78financials/values.yaml
helm template ingress charts/ingress/ --values charts/ingress/values.yaml
helm upgrade --install nginx charts/78financials/ --values charts/78financials/values.yaml
helm template payaza charts/payaza/ --values charts/payaza/values.yaml
helm upgrade --install nginx charts/payaza/ --values charts/payaza/values.yaml