From 2540b08641ad5525dc174e2541bc6bf79938e085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 11 Mar 2020 17:13:37 +0100 Subject: [PATCH] [stable/postgresql] Move chart to distributed bitnami repository (#21408) Signed-off-by: Carlos Rodriguez Hernandez --- stable/postgresql/Chart.yaml | 12 +++++------- stable/postgresql/README.md | 21 +++++++++++++++++++++ stable/postgresql/templates/NOTES.txt | 21 +++++++++++++++++++++ 3 files changed, 47 insertions(+), 7 deletions(-) diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index 9ef123e13fa4..8456578c54a5 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: postgresql -version: 8.6.2 +version: 8.6.3 appVersion: 11.7.0 -description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: - postgresql - postgres @@ -14,9 +16,5 @@ home: https://www.postgresql.org/ icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-110x117.png sources: - https://github.com/bitnami/bitnami-docker-postgresql -maintainers: - - name: Bitnami - email: containers@bitnami.com - - name: desaintmartin - email: cedric@desaintmartin.fr +maintainers: [] engine: gotpl diff --git a/stable/postgresql/README.md b/stable/postgresql/README.md index ca1ab24a237a..c0e610bde06b 100644 --- a/stable/postgresql/README.md +++ b/stable/postgresql/README.md @@ -4,6 +4,27 @@ For HA, please see [this repo](https://github.com/bitnami/charts/tree/master/bitnami/postgresql-ha) +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained PostgreSQL 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; ```console diff --git a/stable/postgresql/templates/NOTES.txt b/stable/postgresql/templates/NOTES.txt index 3b5e6c60dfda..64d735397694 100644 --- a/stable/postgresql/templates/NOTES.txt +++ b/stable/postgresql/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. + ** Please be patient while the chart is being deployed ** PostgreSQL can be accessed via port {{ template "postgresql.port" . }} on the following DNS name from within your cluster: