ilcp-helm-charts

ILCP Helm Charts

Repository that contains any Helm charts for use in the EF Langtech.

Getting started

You can add this repo to your Helm:

helm repo add ilcp https://ilc-technology.github.io/ilcp-helm-charts
helm repo update

Install

You can then install the chart:

helm install <chart-name> ilcp/<chart-name>

Delete

When you no longer want the chart to be installed, you can delete it:

helm delete <chart-name>

Helm Repo details

You can find the index.yaml in gh-pages branch. The zipped and compressed Helm files are in the Github Releases.

Whenever a new change is pushed to master branch, CI creates a new release, and updates the index.yaml file accordingly.