From 65471eb4768efdaae8314fc51454ee85fde1f828 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:37 +0100 Subject: [PATCH] [stable/orangehrm] Move chart to distributed bitnami repository (#21402) Signed-off-by: Carlos Rodriguez Hernandez --- stable/orangehrm/Chart.yaml | 10 +++++----- stable/orangehrm/README.md | 21 +++++++++++++++++++++ stable/orangehrm/templates/NOTES.txt | 21 +++++++++++++++++++++ 3 files changed, 47 insertions(+), 5 deletions(-) diff --git a/stable/orangehrm/Chart.yaml b/stable/orangehrm/Chart.yaml index 0c592c919544..37a844012979 100644 --- a/stable/orangehrm/Chart.yaml +++ b/stable/orangehrm/Chart.yaml @@ -1,8 +1,10 @@ apiVersion: v1 name: orangehrm -version: 7.0.8 +version: 7.0.9 appVersion: 4.3.4-0 -description: OrangeHRM is a free HR management system that offers a wealth of modules +# The redis chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file. +deprecated: true +description: DEPRECATED OrangeHRM is a free HR management system that offers a wealth of modules to suit the needs of your business. keywords: - orangehrm @@ -15,8 +17,6 @@ keywords: home: https://www.orangehrm.com sources: - https://github.com/bitnami/bitnami-docker-orangehrm -maintainers: -- name: Bitnami - email: containers@bitnami.com +maintainers: [] engine: gotpl icon: https://bitnami.com/assets/stacks/orangehrm/img/orangehrm-stack-110x117.png diff --git a/stable/orangehrm/README.md b/stable/orangehrm/README.md index e8d517b94f52..d5afec99e367 100644 --- a/stable/orangehrm/README.md +++ b/stable/orangehrm/README.md @@ -2,6 +2,27 @@ [OrangeHRM](https://www.orangehrm.com) is a free HR management system that offers a wealth of modules to suit the needs of your business. This widely-used system is feature-rich, intuitive and provides an essential HR management platform along with free documentation and access to a broad community of users. +## This Helm chart is deprecated + +Given the [`stable` deprecation timeline](https://github.com/helm/charts#deprecation-timeline), the Bitnami maintained OrangeHRM 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/orangehrm/templates/NOTES.txt b/stable/orangehrm/templates/NOTES.txt index 43750e3c887b..42d407e4e85d 100644 --- a/stable/orangehrm/templates/NOTES.txt +++ b/stable/orangehrm/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 -}} ** Please be patient while the chart is being deployed **