Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _docs/README_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> **Sample**
>
> ```bash
> $ helm install stable/mediawiki
> $ helm install my-release stable/mediawiki
> ```

## Introduction
Expand Down Expand Up @@ -47,7 +47,7 @@ _List the cluster requirements for a successful deployment of the chart_
> Install the chart using:
>
> ```bash
> $ helm install --name my-release stable/mediawiki
> $ helm install my-release stable/mediawiki
> ```
>
> The command deploys MediaWiki on the Kubernetes cluster in the default configuration and with the release name `my-release`. The deployment configuration can be customized by specifying the customization parameters with the `helm install` command using the `--values` or `--set` arguments. Find more information in the [configuration section](#configuration) of this document.
Expand Down Expand Up @@ -105,7 +105,7 @@ _List the cluster requirements for a successful deployment of the chart_
> Specify the parameters you which to customize using the `--set` argument to the `helm install` command. For instance,
>
> ```bash
> $ helm install --name my-release \
> $ helm install my-release \
> --set mediawikiUser=admin,mediawikiPassword=password stable/mediawiki
> ```
>
Expand All @@ -114,7 +114,7 @@ _List the cluster requirements for a successful deployment of the chart_
> Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
>
> ```bash
> $ helm install --name my-release \
> $ helm install my-release \
> --values values.yaml stable/mediawiki
> ```
>
Expand Down
2 changes: 1 addition & 1 deletion bitnami/airflow/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: airflow
version: 4.3.0
version: 4.3.1
appVersion: 1.10.9
description: Apache Airflow is a platform to programmatically author, schedule and monitor workflows.
keywords:
Expand Down
8 changes: 4 additions & 4 deletions bitnami/airflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## TL;DR;

```console
$ helm install bitnami/airflow
$ helm install my-release bitnami/airflow
```

## Introduction
Expand All @@ -25,7 +25,7 @@ To install the chart with the release name `my-release`:

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install --name my-release bitnami/airflow
$ helm install my-release bitnami/airflow
```

These commands deploy Airflow on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -160,7 +160,7 @@ The following tables lists the configurable parameters of the Kafka chart and th
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install --name my-release \
$ helm install my-release \
--set airflow.auth.username=my-user \
--set airflow.auth.password=my-passsword \
--set airflow.auth.fernetKey=my-fernet-key \
Expand All @@ -172,7 +172,7 @@ The above command sets the credentials to access the Airflow web UI.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

```console
$ helm install --name my-release -f values.yaml bitnami/airflow
$ helm install my-release -f values.yaml bitnami/airflow
```

> **Tip**: You can use the default [values.yaml](values.yaml)
Expand Down
2 changes: 1 addition & 1 deletion bitnami/apache/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: apache
version: 7.3.4
version: 7.3.5
appVersion: 2.4.41
description: Chart for Apache HTTP Server
keywords:
Expand Down
8 changes: 4 additions & 4 deletions bitnami/apache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most p

```bash
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/apache
$ helm install my-release bitnami/apache
```

## Introduction
Expand All @@ -30,7 +30,7 @@ To install the chart with the release name `my-release`:

```bash
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install --name my-release bitnami/apache
$ helm install my-release bitnami/apache
```

These commands deploy Apache on the Kubernetes cluster in the default configuration.
Expand Down Expand Up @@ -112,7 +112,7 @@ The following tables lists the configurable parameters of the Apache chart and t
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```bash
$ helm install --name my-release \
$ helm install my-release \
--set imagePullPolicy=Always \
bitnami/apache
```
Expand All @@ -122,7 +122,7 @@ The above command sets the `imagePullPolicy` to `Always`.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

```bash
$ helm install --name my-release -f values.yaml bitnami/apache
$ helm install my-release -f values.yaml bitnami/apache
```

> **Tip**: You can use the default [values.yaml](values.yaml)
Expand Down
8 changes: 4 additions & 4 deletions bitnami/cassandra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/cassandra
$ helm install my-release bitnami/cassandra
```

## Introduction
Expand All @@ -27,7 +27,7 @@ To install the chart with the release name `my-release`:

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install --name my-release bitnami/cassandra
$ helm install my-release bitnami/cassandra
```

These commands deploy one node with Cassandra on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -141,15 +141,15 @@ The above parameters map to the env variables defined in [bitnami/cassandra](htt
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install --name my-release \
$ helm install my-release \
--set dbUser.user=admin,dbUser.password=password\
bitnami/cassandra
```

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

```console
$ helm install --name my-release -f values.yaml bitnami/cassandra
$ helm install my-release -f values.yaml bitnami/cassandra
```

> **Tip**: You can use the default [values.yaml](values.yaml)
Expand Down
8 changes: 4 additions & 4 deletions bitnami/consul/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/consul
$ helm install my-release bitnami/consul
```

## Introduction
Expand All @@ -27,7 +27,7 @@ To install the chart with the release name `my-release`:

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install --name my-release bitnami/consul
$ helm install my-release bitnami/consul
```

These commands deploy HashiCorp Consul on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -136,14 +136,14 @@ The following tables lists the configurable parameters of the HashiCorp Consul c
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install --name my-release --set domain=consul-domain,gossipKey=secretkey bitnami/consul
$ helm install my-release --set domain=consul-domain,gossipKey=secretkey bitnami/consul
```
The above command sets the HashiCorp Consul domain to `consul-domain` and sets the gossip key to `secretkey`.

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

```console
$ helm install --name my-release -f values.yaml bitnami/consul
$ helm install my-release -f values.yaml bitnami/consul
```

> **Tip**: You can use the default [values.yaml](values.yaml)
Expand Down
8 changes: 4 additions & 4 deletions bitnami/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/elasticsearch
$ helm install my-release bitnami/elasticsearch
```

## Introduction
Expand All @@ -27,7 +27,7 @@ To install the chart with the release name `my-release`:

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install --name my-release bitnami/elasticsearch
$ helm install my-release bitnami/elasticsearch
```

These commands deploy Elasticsearch on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -254,7 +254,7 @@ The following table lists the configurable parameters of the Elasticsearch chart
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install --name my-release \
$ helm install my-release \
--set name=my-elastic,client.service.port=8080 \
bitnami/elasticsearch
```
Expand All @@ -264,7 +264,7 @@ The above command sets the Elasticsearch cluster name to `my-elastic` and REST p
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

```console
$ helm install --name my-release -f values.yaml bitnami/elasticsearch
$ helm install my-release -f values.yaml bitnami/elasticsearch
```

> **Tip**: You can use the default [values.yaml](values.yaml).
Expand Down
2 changes: 1 addition & 1 deletion bitnami/etcd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: etcd
version: 4.4.13
version: 4.4.14
appVersion: 3.4.3
description: etcd is a distributed key value store that provides a reliable way to store data across a cluster of machines
keywords:
Expand Down
10 changes: 5 additions & 5 deletions bitnami/etcd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/etcd
$ helm install my-release bitnami/etcd
```

## Introduction
Expand All @@ -27,7 +27,7 @@ To install the chart with the release name `my-release`:

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install --name my-release bitnami/etcd
$ helm install my-release bitnami/etcd
```

These commands deploy etcd on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -140,7 +140,7 @@ The following tables lists the configurable parameters of the etcd chart and the
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install --name my-release \
$ helm install my-release \
--set auth.rbac.rootPassword=secretpassword bitnami/etcd
```

Expand All @@ -149,7 +149,7 @@ The above command sets the etcd `root` account password to `secretpassword`.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

```console
$ helm install --name my-release -f values.yaml bitnami/etcd
$ helm install my-release -f values.yaml bitnami/etcd
```

> **Tip**: You can use the default [values.yaml](values.yaml)
Expand Down Expand Up @@ -305,7 +305,7 @@ To upgrade from previous charts versions, create a snapshot of the keyspace and
You can use the command below to upgrade your chart by starting a new cluster using an existing snapshot, available in an existing PVC, to initialize the members:

```console
$ helm install --name new-release bitnami/etcd \
$ helm install new-release bitnami/etcd \
--set statefulset.replicaCount=3 \
--set persistence.enable=true \
--set persistence.size=8Gi \
Expand Down
2 changes: 1 addition & 1 deletion bitnami/fluentd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: fluentd
version: 0.4.10
version: 0.4.11
appVersion: 1.9.1
description: Fluentd is an open source data collector for unified logging layer
keywords:
Expand Down
8 changes: 4 additions & 4 deletions bitnami/fluentd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/fluentd
$ helm install my-release bitnami/fluentd
```

## Introduction
Expand All @@ -27,7 +27,7 @@ To install the chart with the release name `my-release`:

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/fluentd --name my-release
$ helm install my-release bitnami/fluentd
```

These commands deploy Fluentd on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -150,7 +150,7 @@ The following tables lists the configurable parameters of the kibana chart and t
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install --name my-release \
$ helm install my-release \
--set aggregator.port=24444 bitnami/fluentd
```

Expand All @@ -159,7 +159,7 @@ The above command sets the aggregators to listen on port 24444.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

```console
$ helm install --name my-release -f values.yaml bitnami/fluentd
$ helm install my-release -f values.yaml bitnami/fluentd
```

> **Tip**: You can use the default [values.yaml](values.yaml)
Expand Down
2 changes: 1 addition & 1 deletion bitnami/grafana/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: grafana
version: 1.2.6
version: 1.2.7
appVersion: 6.6.1
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
keywords:
Expand Down
8 changes: 4 additions & 4 deletions bitnami/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install bitnami/grafana
$ helm install my-release bitnami/grafana
```

## Introduction
Expand All @@ -28,7 +28,7 @@ To install the chart with the release name `my-release`:

```console
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install --name my-release bitnami/grafana
$ helm install my-release bitnami/grafana
```

These commands deploy grafana on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation.
Expand Down Expand Up @@ -135,7 +135,7 @@ The following tables lists the configurable parameters of the grafana chart and
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

```console
$ helm install --name my-release \
$ helm install my-release \
--set admin.user=admin-user bitnami/grafana
```

Expand All @@ -144,7 +144,7 @@ The above command sets the Grafana admin user to `admin-user`.
Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

```console
$ helm install --name my-release -f values.yaml bitnami/grafana
$ helm install my-release -f values.yaml bitnami/grafana
```

> **Tip**: You can use the default [values.yaml](values.yaml)
Expand Down
Loading