Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 946 Bytes

File metadata and controls

31 lines (17 loc) · 946 Bytes

Usage

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 fraeym https://fraym.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 fraeym to see the charts.

To install the fraeym chart:

helm install fraeym fraeym/fraeym

To uninstall the chart:

helm uninstall fraeym

Development

To update the dependencies in the fraeym chart, run:

make sync

Please make sure to install yq before you run it.

Do not forget to update the appVersion in the Chart.yaml files and the version in the values.yaml files of the charts you have updated (including the fraeym chart).