Skip to content

Commit

Permalink
Deprecating keel chart in preparation for the new Helm Distributed re…
Browse files Browse the repository at this point in the history
…po (hub). (helm#9514)

Signed-off-by: rimas <[email protected]>
  • Loading branch information
rimusz authored and k8s-ci-robot committed Dec 4, 2018
1 parent 888910b commit 6d3c4db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
17 changes: 5 additions & 12 deletions stable/keel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: keel
description: Open source, tool for automating Kubernetes deployment updates. Keel
description: DEPRECATED Open source, tool for automating Kubernetes deployment updates. Keel
is stateless, robust and lightweight.
version: 0.6.0
version: 0.6.1
appVersion: 0.9.5
keywords:
- kubernetes deployment
Expand All @@ -11,13 +11,6 @@ keywords:
home: https://keel.sh
sources:
- https://github.com/keel-hq/keel
maintainers:
- name: rimusz
email: [email protected]
- name: rusenask
email: [email protected]
- name: archifleks
email: [email protected]
- name: ricebowljr
email: [email protected]
engine: gotpl
## Deprecated following https://github.com/helm/charts/blob/master/PROCESSES.md#deprecating-a-chart
## Chart is now maintained in https://github.com/buildkiterimusz/charts
deprecated: true
6 changes: 5 additions & 1 deletion stable/keel/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Keel - automated Kubernetes deployments for the rest of us
# Keel - automated Kubernetes deployments for the rest of us - DEPRECATED

**This chart is deprecated! You can find the new chart in:**
- **Source:** https://github.com/keel-hq/keel/tree/master/chart/keel
- **Charts repository:** https://charts.keel.sh

* Website [https://keel.sh](https://keel.sh)
* User Guide [https://keel.sh/user-guide/](https://keel.sh/user-guide/)
Expand Down
2 changes: 2 additions & 0 deletions stable/keel/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### THIS CHART IS DEPRECATED! ####

1. The {{ template "keel.fullname" . }} is getting provisioned in your cluster. After a few minutes, you can run the following to verify.

To verify that {{ template "keel.fullname" . }} has started, run:
Expand Down

0 comments on commit 6d3c4db

Please sign in to comment.