Skip to content

Commit

Permalink
[stable/drone] Add deprecation note in favor of official Charts (helm…
Browse files Browse the repository at this point in the history
…#21151)

* [stable/drone] Add deprecation note in favor of official Charts

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* bump chart version number

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>

* remove maintainers to pass linting

Signed-off-by: Brad Rydzewski <brad.rydzewski@gmail.com>
  • Loading branch information
bradrydzewski authored and includerandom committed Jul 19, 2020
1 parent d1e5120 commit c388ba2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
10 changes: 2 additions & 8 deletions stable/drone/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
2 changes: 2 additions & 0 deletions stable/drone/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 5 additions & 0 deletions stable/drone/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -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 ***
Expand Down

0 comments on commit c388ba2

Please sign in to comment.