Skip to content

rohilsurana/charts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Charts

Helm Charts for Open Data Platform

Charts are curated application definitions for Helm. Use this repository to submit official Open Data Platform helm Charts. For more information about installing and using Helm, see it's README.md.

TL;DR

$ helm repo add odpf https://odpf.github.io/charts/
$ helm search repo odpf
$ helm install my-release odpf/<chart>

Repository Structure

This repository contains the source for the packaged and versioned charts (released in the Github Pages). The Charts in the stable/ directory in the main branch match the latest packaged Chart in the Chart 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.

Usage

Once you have installed the Helm client on your kubernetes cluster, you can deploy a ODPF Helm Chart into a Kubernetes cluster.

Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.

Helm Repo URL: https://odpf.github.io/charts/

# To add ODPF Helm repo
$ helm repo add odpf https://odpf.github.io/charts/

# To list all the charts in the repo
$ helm search repo odpf

# To install any searched chart
$ helm install my-release odpf/<chart>

Contributing a 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.

About

Helm charts registry for Open Data Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smarty 67.4%
  • Mustache 32.6%