This project is no longer supported. |
---|
This GitHub project is the source for Helm charts used by Hireflix.
For more information about installing and using Helm, see the Helm Docs. For a quick introduction to Charts, see the Chart Guide.
For issues and support for Helm and Charts see Support Channels.
Just helm install hireflix/<chart>
.
For more information on using Helm, refer to the Helm documentation.
To add the Helm Stable Charts for your local client, run helm repo add
:
$ helm repo add hireflix https://hireflix.github.io/charts
"stable" has been added to your repositories
Take a look at the alpine example chart for reference when you're writing your first few charts.
Before contributing a Chart, become familiar with the format. Note that the project is still under active development and the format may still evolve a bit.
This GitHub repository contains the source for the packaged and versioned charts released using GitHub pages (the Chart Repository).
The Charts in the stable/
directory in the master branch of this repository match the latest packaged Chart in the Chart Repository, though there may be previous versions of a Chart available in that Chart Repository.
The purpose of this repository is to provide a place for maintaining and contributing official Charts, with CI processes in place for managing the releasing of Charts into the Chart Repository.
The Charts in this repository are organized into one folder:
- stable
Stable Charts meet the criteria in the technical requirements.
We'd love for you to contribute to an existing Chart that you find provides a useful application or service for Kubernetes. Please read our Contribution Guide for more information on how you can contribute Charts.
Note: We use the same workflow, License and Contributor License Agreement as the main Kubernetes repository.