All Projects → kubesphere → helm-charts

kubesphere / helm-charts

Licence: other
Source & Repo of https://charts.kubesphere.io/main & https://charts.kubesphere.io/test

Programming Languages

Mustache
554 projects
Smarty
1635 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to helm-charts

Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (+1031.76%)
Mutual labels:  charts, helm, helm-charts
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (-40%)
Mutual labels:  helm, helm-charts, helm-chart
stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (-12.94%)
Mutual labels:  helm, helm-charts, helm-chart
hull
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows
Stars: ✭ 66 (-22.35%)
Mutual labels:  helm, helm-charts, helm-chart
helm-charts
Community maintained Helm charts for Flux
Stars: ✭ 66 (-22.35%)
Mutual labels:  charts, helm, helm-charts
charts
Public helm charts
Stars: ✭ 15 (-82.35%)
Mutual labels:  helm, helm-charts, helm-chart
K8s
Kubernetes Helm Charts for the ORY ecosystem.
Stars: ✭ 127 (+49.41%)
Mutual labels:  charts, helm, helm-charts
aks-multi-tenant-agic
This sample shows how to use the Application Gateway Ingress Controller in a multi-tenant AKS cluster to expose multiple instances of the same application, one for each tenant.
Stars: ✭ 27 (-68.24%)
Mutual labels:  helm, helm-charts, helm-chart
Helmfiles
Comprehensive Distribution of Helmfiles for Kubernetes
Stars: ✭ 205 (+141.18%)
Mutual labels:  charts, helm, helm-charts
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-78.82%)
Mutual labels:  charts, helm, helm-charts
charts
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.
Stars: ✭ 32 (-62.35%)
Mutual labels:  helm, helm-charts, helm-chart
charts
☸️ Helm Charts for YOURLS
Stars: ✭ 12 (-85.88%)
Mutual labels:  charts, helm, helm-charts
khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (-45.88%)
Mutual labels:  helm, helm-charts, helm-chart
k8s-ovpn-chart
[DEPRECATED] Helm chart for a private OpenVPN server
Stars: ✭ 19 (-77.65%)
Mutual labels:  helm, helm-charts, helm-chart
helm-zabbix
Helm Chart For Zabbix
Stars: ✭ 56 (-34.12%)
Mutual labels:  charts, helm, helm-chart
charts
My helm charts
Stars: ✭ 15 (-82.35%)
Mutual labels:  charts, helm, helm-charts
charts
Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Stars: ✭ 28 (-67.06%)
Mutual labels:  helm, helm-charts
Apps
Community App Catalog for TrueNAS SCALE
Stars: ✭ 32 (-62.35%)
Mutual labels:  charts, helm
Charts
⚠️(OBSOLETE) Curated applications for Kubernetes
Stars: ✭ 15,319 (+17922.35%)
Mutual labels:  charts, helm
Charts
Helm charts for applications you run at home
Stars: ✭ 421 (+395.29%)
Mutual labels:  charts, helm

Helm Charts for KubeSphere

How to install these charts

Find the repository you want to use under src/ directory and enter below command:

helm repo add main https://charts.kubesphere.io/main

How to contribute

To an existing Helm repo

Just place your charts under the repo, e.g.

src/
├── main/
│   └── example-chart/
│       ├── Chart.yaml
│       ├── values.yaml
│       ├── templates/
│       └── ...

To a new Helm repo

Just create a directory under src/ for the new repo, and place your charts under it, e.g.

src/
├── main/
│   └── ...
├── example-repo/
│   └── example-chart/
│       ├── Chart.yaml
│       ├── values.yaml
│       ├── templates/
│       └── ...
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].