Skip to content

lucenia/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lucenia Helm Charts

This repository contains the Helm charts for Lucenia's products.

Lucenia

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.

Status

Lint and Test Charts Release Charts

Version and Branching

As of now, this helm-charts repository maintains two branches:

  • main (Version is 0.x.x for both version and appVersion in Chart.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 label backport 1.x, etc.
  • No changes should be commited to gh-pages by any contributor, as this branch should be only changed by github actions chart-releaser

Kubernetes Version Support

  • This helm-chart repository is tested with kubernetes version 1.19 and above

Installation

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.