- Notifications
You must be signed in to change notification settings - Fork11
This repository is home to the original helm charts for products throughout the open data platform ecosystem.
License
raystack/charts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Helm Charts for Raystack Foundation
Charts are curated application definitions forHelm. Use this repository to submit official Raystack Foundation helm Charts. For more information about installing and using Helm, see it'sREADME.md
.
$ helm repo add raystack https://raystack.github.io/charts/$ helm search repo raystack$ helm install my-release raystack/<chart>
This repository contains the source for the packaged and versioned charts (released in theGithub Pages).The Charts in thestable/
directory in the main branch match the latest packaged Chart in theChart Repository.There may be previous versions of a Chart available in the 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.
Stable Charts meet the criteria in the technical requirements.
Once you have installed the Helm client on your kubernetes cluster, you can deploy a Raystack Helm Chart into a Kubernetes cluster.
Please refer to theQuick Start guide if you wish to get running in just a few commands, otherwise theUsing Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Helm Repo URL:https://raystack.github.io/charts/
# To add Raystack Helm repo$ helm repo add raystack https://raystack.github.io/charts/# To list all the charts in the repo$ helm search repo raystack# To install any searched chart$ helm install my-release raystack/<chart>
We'd love for you to contribute a Chart that 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.