From 5c7f41be1be35722934627e9ca8fca52a00429b3 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 29 Feb 2020 12:09:46 -0800 Subject: [PATCH 1/3] [stable/drone] Add deprecation note in favor of official Charts Signed-off-by: Brad Rydzewski --- stable/drone/Chart.yaml | 1 + stable/drone/README.md | 2 ++ stable/drone/templates/NOTES.txt | 5 +++++ 3 files changed, 8 insertions(+) diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index 5cedee04301f..f40ca7877091 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v1 name: drone +deprecated: true home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png version: 2.7.1 diff --git a/stable/drone/README.md b/stable/drone/README.md index c1c95b90dfee..5a6d772cc0eb 100644 --- a/stable/drone/README.md +++ b/stable/drone/README.md @@ -1,5 +1,7 @@ # Drone.io +> This chart is deprecated in favor of the [official Drone chart](https://github.com/drone/charts). + [Drone](http://readme.drone.io/) v1 is a Continuous Integration platform built on container technology with native Kubernetes support. > It is not recommended to upgrade from earlier (0.8.x) versions of Drone due to the large amount of breaking changes both in the product and in the helm charts. diff --git a/stable/drone/templates/NOTES.txt b/stable/drone/templates/NOTES.txt index 5fa788fbea49..7762963adfb7 100644 --- a/stable/drone/templates/NOTES.txt +++ b/stable/drone/templates/NOTES.txt @@ -1,3 +1,8 @@ +############################################################################## +This chart has been deprecated in favor of the official Drone chart: +https://github.com/drone/charts +############################################################################## + {{- if eq (include "drone.providerOK" .) "true" }} ********************************************************************************* *** PLEASE BE PATIENT: drone may take a few minutes to install *** From 45a77d4174cd907efb97d2e3fbbcaa51cf51e5c9 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 3 Mar 2020 08:59:13 -0800 Subject: [PATCH 2/3] bump chart version number Signed-off-by: Brad Rydzewski --- stable/drone/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index f40ca7877091..1b4d964be9a1 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -3,7 +3,7 @@ name: drone deprecated: true home: https://drone.io/ icon: https://drone.io/apple-touch-icon.png -version: 2.7.1 +version: 2.7.2 appVersion: 1.6.5 description: Drone is a Continuous Delivery system built on container technology keywords: From 8f6aac1b752341460f1af1a748ba0ddb306d12bc Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Tue, 3 Mar 2020 09:04:02 -0800 Subject: [PATCH 3/3] remove maintainers to pass linting Signed-off-by: Brad Rydzewski --- stable/drone/Chart.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index 1b4d964be9a1..a56e55dece3c 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -16,10 +16,3 @@ keywords: - go sources: - https://github.com/drone/drone -maintainers: -- name: christian-roggia - email: christian.roggia@gmail.com -- name: paulczar - email: username.taken@gmail.com -- name: zakkg3 - email: zakkg3@gmail.com