diff --git a/stable/drone/Chart.yaml b/stable/drone/Chart.yaml index 5cedee04301f..a56e55dece3c 100644 --- a/stable/drone/Chart.yaml +++ b/stable/drone/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v1 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: @@ -15,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 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 ***