From ddba92bb585134287d7111e3b812144ad6b26c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 11 Mar 2020 19:18:53 +0100 Subject: [PATCH] [stable/owncloud] Move chart to distributed bitnami repository (#21404) Signed-off-by: Carlos Rodriguez Hernandez Signed-off-by: Miguel Mingorance --- stable/owncloud/Chart.yaml | 10 +++++----- stable/owncloud/README.md | 21 +++++++++++++++++++++ stable/owncloud/templates/NOTES.txt | 21 +++++++++++++++++++++ 3 files changed, 47 insertions(+), 5 deletions(-) diff --git a/stable/owncloud/Chart.yaml b/stable/owncloud/Chart.yaml index 648df68619f9..290840fb3954 100644 --- a/stable/owncloud/Chart.yaml +++ b/stable/owncloud/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: owncloud -version: 8.1.6 +version: 8.1.7 appVersion: 10.4.0 -description: A file sharing server that puts the control and security of your own data back into your hands. +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED A file sharing server that puts the control and security of your own data back into your hands. keywords: - owncloud - storage @@ -13,7 +15,5 @@ home: https://owncloud.org/ icon: https://bitnami.com/assets/stacks/owncloud/img/owncloud-stack-220x234.png sources: - https://github.com/bitnami/bitnami-docker-owncloud -maintainers: -- name: Bitnami - email: containers@bitnami.com +maintainers: [] engine: gotpl diff --git a/stable/owncloud/README.md b/stable/owncloud/README.md index 43459394567e..7d3890dcfc53 100644 --- a/stable/owncloud/README.md +++ b/stable/owncloud/README.md @@ -2,6 +2,27 @@ [ownCloud](https://owncloud.org/) is a file sharing server that puts the control and security of your own data back into your hands. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained ownCloud 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/owncloud/templates/NOTES.txt b/stable/owncloud/templates/NOTES.txt index 83a0309bc15c..b129be2d69b9 100644 --- a/stable/owncloud/templates/NOTES.txt +++ b/stable/owncloud/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 -}} {{- if empty (include "owncloud.host" .) -}}