mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/drupal] Move chart to distributed bitnami repository (#21395)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
apiVersion: v1
|
||||
name: drupal
|
||||
version: 6.2.10
|
||||
version: 6.2.11
|
||||
appVersion: 8.8.3
|
||||
description: One of the most versatile open source content management systems.
|
||||
# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file.
|
||||
deprecated: true
|
||||
description: DEPRECATED One of the most versatile open source content management systems.
|
||||
keywords:
|
||||
- drupal
|
||||
- cms
|
||||
@@ -15,7 +17,5 @@ home: http://www.drupal.org/
|
||||
icon: https://bitnami.com/assets/stacks/drupal/img/drupal-stack-220x234.png
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-drupal
|
||||
maintainers:
|
||||
- name: Bitnami
|
||||
email: containers@bitnami.com
|
||||
maintainers: []
|
||||
engine: gotpl
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
[Drupal](https://www.drupal.org/) is one of the most versatile open source content management systems on the market.
|
||||
|
||||
## This Helm chart is deprecated
|
||||
|
||||
Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Drupal Helm chart is now located at [bitnami/charts](https://github.com/bitnami/charts/).
|
||||
|
||||
The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/<chart>` instead of `stable/<chart>`)
|
||||
|
||||
```bash
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm install my-release bitnami/<chart> # Helm 3
|
||||
$ helm install --name my-release bitnami/<chart> # Helm 2
|
||||
```
|
||||
|
||||
To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute
|
||||
|
||||
```bash
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm upgrade my-release bitnami/<chart>
|
||||
```
|
||||
|
||||
Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in [this issue](https://github.com/helm/charts/issues/20969) created as a common place for discussion.
|
||||
|
||||
## TL;DR;
|
||||
|
||||
```console
|
||||
|
||||
@@ -1,3 +1,23 @@
|
||||
This Helm chart is deprecated
|
||||
|
||||
Given the `stable` deprecation timeline (https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Helm chart is now located at bitnami/charts (https://github.com/bitnami/charts/).
|
||||
|
||||
The Bitnami repository is already included in the Hubs and we will continue providing the same cadence of updates, support, etc that we've been keeping here these years. Installation instructions are very similar, just adding the _bitnami_ repo and using it during the installation (`bitnami/<chart>` instead of `stable/<chart>`)
|
||||
|
||||
```bash
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm install my-release bitnami/<chart> # Helm 3
|
||||
$ helm install --name my-release bitnami/<chart> # Helm 2
|
||||
```
|
||||
|
||||
To update an exisiting _stable_ deployment with a chart hosted in the bitnami repository you can execute
|
||||
|
||||
```bash
|
||||
$ helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
$ helm upgrade my-release bitnami/<chart>
|
||||
```
|
||||
|
||||
Issues and PRs related to the chart itself will be redirected to `bitnami/charts` GitHub repository. In the same way, we'll be happy to answer questions related to this migration process in this issue (https://github.com/helm/charts/issues/20969) created as a common place for discussion.
|
||||
|
||||
*******************************************************************
|
||||
*** PLEASE BE PATIENT: Drupal may take a few minutes to install ***
|
||||
|
||||
Reference in New Issue
Block a user