From a81d54cf77d5cebd24e95be268be273b339cfafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 11 Mar 2020 17:55:45 +0100 Subject: [PATCH] [stable/phpmyadmin] Move chart to distributed bitnami repository (#21407) Signed-off-by: Carlos Rodriguez Hernandez --- stable/phpmyadmin/Chart.yaml | 10 +++++----- stable/phpmyadmin/README.md | 21 +++++++++++++++++++++ stable/phpmyadmin/templates/NOTES.txt | 20 ++++++++++++++++++++ 3 files changed, 46 insertions(+), 5 deletions(-) diff --git a/stable/phpmyadmin/Chart.yaml b/stable/phpmyadmin/Chart.yaml index 85c3670cea..fca308332e 100644 --- a/stable/phpmyadmin/Chart.yaml +++ b/stable/phpmyadmin/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: phpmyadmin -version: 4.3.3 +version: 4.3.4 appVersion: 5.0.1 -description: phpMyAdmin is an mysql administration frontend +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED phpMyAdmin is an mysql administration frontend keywords: - mariadb - mysql @@ -11,7 +13,5 @@ home: https://www.phpmyadmin.net/ icon: https://bitnami.com/assets/stacks/phpmyadmin/img/phpmyadmin-stack-220x234.png sources: - https://github.com/bitnami/bitnami-docker-phpmyadmin -maintainers: -- name: Bitnami - email: containers@bitnami.com +maintainers: [] engine: gotpl diff --git a/stable/phpmyadmin/README.md b/stable/phpmyadmin/README.md index 93d0d265ee..8bf39bad31 100644 --- a/stable/phpmyadmin/README.md +++ b/stable/phpmyadmin/README.md @@ -2,6 +2,27 @@ [phpMyAdmin](https://www.phpmyadmin.net/) is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has become one of the most popular MySQL administration tools, especially for web hosting services. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained phpMyAdmin 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/phpmyadmin/templates/NOTES.txt b/stable/phpmyadmin/templates/NOTES.txt index dd4fccd234..5744d4169d 100644 --- a/stable/phpmyadmin/templates/NOTES.txt +++ b/stable/phpmyadmin/templates/NOTES.txt @@ -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/` 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. 1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }}