All Projects → odpf → charts

odpf / charts

Licence: Apache-2.0 License
This repository is home to the original helm charts for products throughout the open data platform ecosystem.

Programming Languages

Smarty
1635 projects
Mustache
554 projects

Projects that are alternatives of or similar to charts

helm-charts
Community maintained Helm charts for Flux
Stars: ✭ 66 (+69.23%)
Mutual labels:  charts, helm
charts
Curated kubernetes helm charts with well-defined structures
Stars: ✭ 24 (-38.46%)
Mutual labels:  charts, helm
camunda-cloud-helm
Camunda Platform 8 Self-Managed Helm charts
Stars: ✭ 41 (+5.13%)
Mutual labels:  charts, helm
helm-drupal
Helm chart for running Drupal on Kubernetes
Stars: ✭ 27 (-30.77%)
Mutual labels:  charts, helm
chart-testing-action
A GitHub Action to lint and test Helm charts
Stars: ✭ 139 (+256.41%)
Mutual labels:  charts, helm
helm-charts
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test
Stars: ✭ 85 (+117.95%)
Mutual labels:  charts, helm
readme-generator-for-helm
Auto generate READMEs for Helm Charts
Stars: ✭ 112 (+187.18%)
Mutual labels:  charts, helm
Kubernetic
Kubernetic - Supercharge your Kubernetes clusters
Stars: ✭ 243 (+523.08%)
Mutual labels:  charts, helm
gokube
gokube is a tool that makes it easy developing day-to-day with Kubernetes on your laptop.
Stars: ✭ 22 (-43.59%)
Mutual labels:  charts, helm
helm-pgadmin
Helm Chart for pgAdmin
Stars: ✭ 17 (-56.41%)
Mutual labels:  charts, helm
helm-swagger-ui
Helm Chart for Swagger UI
Stars: ✭ 23 (-41.03%)
Mutual labels:  charts, helm
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-69.23%)
Mutual labels:  charts, helm
Harbor
An open source trusted cloud native registry project that stores, signs, and scans content.
Stars: ✭ 16,320 (+41746.15%)
Mutual labels:  registry, helm
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-53.85%)
Mutual labels:  charts, helm
Charts
⚠️(OBSOLETE) Curated applications for Kubernetes
Stars: ✭ 15,319 (+39179.49%)
Mutual labels:  charts, helm
drone-gcloud-helm
Drone 0.5 plugin to create and deploy Helm charts for Kubernetes in Google Cloud.
Stars: ✭ 13 (-66.67%)
Mutual labels:  charts, helm
Chartmuseum
Host your own Helm Chart Repository
Stars: ✭ 2,650 (+6694.87%)
Mutual labels:  charts, helm
Helmfiles
Comprehensive Distribution of Helmfiles for Kubernetes
Stars: ✭ 205 (+425.64%)
Mutual labels:  charts, helm
helm-zabbix
Helm Chart For Zabbix
Stars: ✭ 56 (+43.59%)
Mutual labels:  charts, helm
inspr
Inspr is an agnostic application mesh for simpler, faster, and securer development of distributed applications (dApps).
Stars: ✭ 49 (+25.64%)
Mutual labels:  registry, helm

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].