* Update servicemonitor.yaml Add template render for .Values.metrics.serviceMonitor.additionalLabels * [bitnami/postgresql] add template render for .Values.primary.extraVolumes * [bitnami/postgresql] Add template render for .Values.readReplicas.extraVolumes * [bitnami/postgresql] Update documentation about new value evaluated as a template (primary.extraVolumes, readReplicas.extraVolumes and metrics.serviceMonitor.additionalLabels). * [bitnami/postgres] Bump chart version * [bitnami/zookeeper] Update ExtraVolumes as template render, add sidecar to POD and ZOO_LOG4J_PROP environment variables * [bitnami/postgresql] Remove information (value evaluated as a template) from README.md * [bitnami/zookeeper] Remove information to Readme, empty space at end of the line 294 bitnami/zookeeper/templates/statefulset.yaml and move comment on values * [bitnami/zookeeper] Bump zookeeper chart version * [bitnbami/zookeeper] Fix missnaming and nexw line on values and Fix README * [bitnbami/postgresql] Fix README * [bitnbami/postgresql] Fix README * [bitnbami/postgresql] Bump postgresql version * Update Chart.yaml Include new line at the end of the file * [bitnami/tomcat] Add JMX support on tomcat chart * [bitnami/tomcat] Fix tomcat image to r10 * [bitnami/tomcat] Fix image ref * [bitnami/tomcat] Fix Chart.yaml * [bitnami/tomcat] Fix metadata non existing key * [bitnami/tomcat] Fix metadata missing * [bitnami/tomcat] Fix trailing-spaces * [bitnami/tomcat] Fix trailing-spaces * [bitnami/tomcat] Fix requested changes * [bitnami/tomcat] Fix requested changes * [bitnami/tomcat] Bump version * Update bitnami/tomcat/templates/podmonitor.yaml Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * Update bitnami/tomcat/templates/podmonitor.yaml Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * Update bitnami/tomcat/templates/podmonitor.yaml Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * [bitnami/tomcat] remove unnecessary --- at begining * Update bitnami/tomcat/Chart.yaml Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * [bitnami/tomcat] update requested change * [bitnami/tomcat] Add validationValues function * [bitnami/tomcat] Update bitnami/tomcat/templates/_pod.tpl Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * [bitnami/tomcat] Bump version * Update bitnami/tomcat/Chart.yaml Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * [bitnami/tomcat] Remove empty line * Update bitnami/tomcat/templates/_helpers.tpl Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * Update bitnami/tomcat/templates/_helpers.tpl Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> * [bitnami/tomcat] stadardize port Name and number * [bitnami/tomcat] update values and readme * [bitnami/tomcat] update values * Update bitnami/tomcat/templates/_pod.tpl Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> Co-authored-by: baudelet <bbaudelet.soprasteria@lfdj.com> Co-authored-by: alvneiayu <alvaron@vmware.com> Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com> Co-authored-by: Miguel Ángel Cabrera Miñagorri <mcabrera@vmware.com>
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>
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:
- Get Started with Bitnami Charts using VMware Tanzu Kubernetes Grid
- Get Started with Bitnami Charts using VMware Tanzu Mission Control
- Get Started with Bitnami Charts using the Azure Kubernetes Service (AKS)
- Get Started with Bitnami Charts using the Amazon Elastic Container Service for Kubernetes (EKS)
- Get Started with Bitnami Charts using the Google Kubernetes Engine (GKE)
- Get Started with Bitnami Charts using the IBM Cloud Kubernetes Service (IKS)
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
http://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.
