From e5737e7e5a3d58e328bd1a2d9908ff1071131fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 11 Mar 2020 17:56:50 +0100 Subject: [PATCH] [stable/redmine] Move chart to distributed bitnami repository (#21418) Signed-off-by: Carlos Rodriguez Hernandez Signed-off-by: Miguel Mingorance --- stable/redmine/Chart.yaml | 10 +++++----- stable/redmine/README.md | 21 +++++++++++++++++++++ stable/redmine/templates/NOTES.txt | 21 +++++++++++++++++++++ 3 files changed, 47 insertions(+), 5 deletions(-) diff --git a/stable/redmine/Chart.yaml b/stable/redmine/Chart.yaml index 8d82610eb545..a04cc4a384bf 100644 --- a/stable/redmine/Chart.yaml +++ b/stable/redmine/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: redmine -version: 14.1.10 +version: 14.1.11 appVersion: 4.1.0 -description: A flexible project management web application. +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED A flexible project management web application. keywords: - redmine - project management @@ -16,7 +18,5 @@ home: http://www.redmine.org/ icon: https://bitnami.com/assets/stacks/redmine/img/redmine-stack-220x234.png sources: - https://github.com/bitnami/bitnami-docker-redmine -maintainers: - - name: Bitnami - email: containers@bitnami.com +maintainers: [] engine: gotpl diff --git a/stable/redmine/README.md b/stable/redmine/README.md index b2c37b880753..2e11147f64a2 100644 --- a/stable/redmine/README.md +++ b/stable/redmine/README.md @@ -2,6 +2,27 @@ [Redmine](http://www.redmine.org) is a free and open source, web-based project management and issue tracking tool. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained Redmine 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/` instead of `stable/`) + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm install my-release bitnami/ # Helm 3 +$ helm install --name my-release bitnami/ # 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/ +``` + +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; ```bash diff --git a/stable/redmine/templates/NOTES.txt b/stable/redmine/templates/NOTES.txt index f7b4b4b4a028..90c7cf4a31c6 100644 --- a/stable/redmine/templates/NOTES.txt +++ b/stable/redmine/templates/NOTES.txt @@ -1,3 +1,24 @@ +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/` instead of `stable/`) + +```bash +$ helm repo add bitnami https://charts.bitnami.com/bitnami +$ helm install my-release bitnami/ # Helm 3 +$ helm install --name my-release bitnami/ # 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/ +``` + +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. + {{- if and (not (eq .Values.databaseType "mariadb")) (not (eq .Values.databaseType "postgresql")) }} ################################################################################ ### ERROR: You did not indicate MariaDB nor PostgreSQL as the database ###