All Projects → bitnami → Charts

bitnami / Charts

Licence: other
Bitnami Helm Charts

Programming Languages

Mustache
554 projects
Smarty
1635 projects
shell
77523 projects

Projects that are alternatives of or similar to Charts

Helm Charts
Prometheus community Helm charts
Stars: ✭ 962 (-78.33%)
Mutual labels:  helm, charts, mustache
Helm Charts
A curated set of Helm charts brought to you by codecentric
Stars: ✭ 295 (-93.35%)
Mutual labels:  helm, charts, mustache
K8s
Kubernetes Helm Charts for the ORY ecosystem.
Stars: ✭ 127 (-97.14%)
Mutual labels:  helm, charts, mustache
Charts
Helm charts for applications you run at home
Stars: ✭ 421 (-90.52%)
Mutual labels:  helm, charts, mustache
Helm Charts
Helm charts for Kubernetes curated by Kiwigrid
Stars: ✭ 151 (-96.6%)
Mutual labels:  helm, charts, mustache
acceptance-testing
Acceptance test suite for the Helm client
Stars: ✭ 22 (-99.5%)
Mutual labels:  charts, helm
readme-generator-for-helm
Auto generate READMEs for Helm Charts
Stars: ✭ 112 (-97.48%)
Mutual labels:  charts, helm
helm-nifi
Helm Chart for Apache Nifi
Stars: ✭ 124 (-97.21%)
Mutual labels:  charts, helm
gokube
gokube is a tool that makes it easy developing day-to-day with Kubernetes on your laptop.
Stars: ✭ 22 (-99.5%)
Mutual labels:  charts, helm
charts
Deploy Kubernetes Helm Charts for Check Point CloudGuard
Stars: ✭ 18 (-99.59%)
Mutual labels:  charts, helm
helm-zabbix
Helm Chart For Zabbix
Stars: ✭ 56 (-98.74%)
Mutual labels:  charts, helm
chart-testing-action
A GitHub Action to lint and test Helm charts
Stars: ✭ 139 (-96.87%)
Mutual labels:  charts, helm
drone-gcloud-helm
Drone 0.5 plugin to create and deploy Helm charts for Kubernetes in Google Cloud.
Stars: ✭ 13 (-99.71%)
Mutual labels:  charts, helm
camunda-cloud-helm
Camunda Platform 8 Self-Managed Helm charts
Stars: ✭ 41 (-99.08%)
Mutual labels:  charts, helm
charts
Curated kubernetes helm charts with well-defined structures
Stars: ✭ 24 (-99.46%)
Mutual labels:  charts, helm
helm-charts
Community maintained Helm charts for Flux
Stars: ✭ 66 (-98.51%)
Mutual labels:  charts, helm
helm-pgadmin
Helm Chart for pgAdmin
Stars: ✭ 17 (-99.62%)
Mutual labels:  charts, helm
charts
This repository is home to the original helm charts for products throughout the open data platform ecosystem.
Stars: ✭ 39 (-99.12%)
Mutual labels:  charts, helm
charts
ChartMuseum Project Helm Charts
Stars: ✭ 38 (-99.14%)
Mutual labels:  charts, helm
Chart Releaser
Hosting Helm Charts via GitHub Pages and Releases
Stars: ✭ 253 (-94.3%)
Mutual labels:  helm, charts

Artifact Hub

The Bitnami Library for Kubernetes

Popular applications, provided by Bitnami, ready to launch on Kubernetes using Kubernetes Helm.

TL;DR

$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm search repo bitnami
$ helm install my-release bitnami/<chart>

Installing a chart

Before you begin

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.1.0

Setup a Kubernetes Cluster

The quickest way to setup a Kubernetes cluster to install Bitnami Charts is following the "Bitnami Get Started" guides for the different services:

For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes getting started guide.

Install Helm

Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.

Add Repo

The following command allows you to download and install all the charts from this repository:

$ helm repo add bitnami https://charts.bitnami.com/bitnami

Using Helm

Once you have installed the Helm client, you can deploy a Bitnami 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.

Useful Helm Client Commands:

  • View available charts: helm search repo
  • Install a chart: helm install my-release bitnami/<package-name>
  • Upgrade your application: helm upgrade

License

Copyright (c) 2015-2021 Bitnami

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].