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

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

Merged
merged 3 commits into from
Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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