Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/drone] Add deprecation note in favor of official Charts
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Feb 29, 2020
1 parent e9b01ec commit a517e38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions stable/drone/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
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 a517e38

Please sign in to comment.