diff --git a/stable/phpbb/Chart.yaml b/stable/phpbb/Chart.yaml index 865f051a7ffe..86e009573986 100644 --- a/stable/phpbb/Chart.yaml +++ b/stable/phpbb/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: phpbb -version: 7.0.8 +version: 7.0.9 appVersion: 3.3.0 -description: Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED Community forum that supports the notion of users and groups, file attachments, full-text search, notifications and more. keywords: - phpbb - forum @@ -12,7 +14,5 @@ home: https://www.phpbb.com/ icon: https://bitnami.com/assets/stacks/phpbb/img/phpbb-stack-220x234.png sources: - https://github.com/bitnami/bitnami-docker-phpbb -maintainers: -- name: Bitnami - email: containers@bitnami.com +maintainers: [] engine: gotpl diff --git a/stable/phpbb/README.md b/stable/phpbb/README.md index 792521a2ed3b..26a46e927eb8 100644 --- a/stable/phpbb/README.md +++ b/stable/phpbb/README.md @@ -2,6 +2,27 @@ [phpBB](https://www.phpbb.com/) is an Internet forum package written in the PHP scripting language. The name "phpBB" is an abbreviation of PHP Bulletin Board. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained phpBB 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/phpbb/templates/NOTES.txt b/stable/phpbb/templates/NOTES.txt index fa0c816e1eea..7a2c21493504 100644 --- a/stable/phpbb/templates/NOTES.txt +++ b/stable/phpbb/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 or .Values.mariadb.enabled .Values.externalDatabase.host -}} 1. Get the phpBB URL by running: