This repository contains the Helm charts for Lucenia's products.
The Lucenia Helm chart defines resources for deploying Lucenia on Kubernetes. See the Lucenia documentation and values for more information on configuring and deploying Lucenia.
As of now, this helm-charts repository maintains two branches:
- main (Version is 0.x.x for both
version
andappVersion
inChart.yaml
) - gh-pages (Reserved branch for publishing helm-charts through github pages)
Contributors should choose the corresponding branch(es) when commiting their change(s):
- If you have a change for a specific version, only open PR to specific branch
- If you have a change for all available versions, first open a PR on
main
, then open a backport PR with[backport 1.x]
in the title, with labelbackport 1.x
, etc. - No changes should be commited to
gh-pages
by any contributor, as this branch should be only changed by github actionschart-releaser
- This helm-chart repository is tested with kubernetes version 1.19 and above
To install the Lucenia Helm charts, execute the following commands:
helm repo add lucenia https://lucenia.github.io/helm-charts/
helm repo update
Once the charts repository reference is added, you can run the following command to see the charts.
helm search repo lucenia
You can now deploy charts with this command.
helm install my-deployment lucenia/<chart name>
Please reference the charts directory for installation instructions and configuration options for Lucenia Helm charts.