Skip to content

Commit

Permalink
deprecate the kured-chart (helm#23055)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
Signed-off-by: camelusluo <[email protected]>
  • Loading branch information
ckotzbauer authored and camelusluo committed Jul 6, 2020
1 parent 6a1ee58 commit c9b2408
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
13 changes: 6 additions & 7 deletions stable/kured/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apiVersion: v1
appVersion: "1.4.0"
description: A Helm chart for kured
description: DEPRECATED - A Helm chart for kured
name: kured
version: 1.5.1
version: 1.6.0
home: https://github.com/weaveworks/kured
maintainers:
- name: plumdog
email: [email protected]
- name: patrickmslatteryvt
email: [email protected]
maintainers: []
sources:
- https://github.com/weaveworks/kured
icon: https://raw.githubusercontent.com/weaveworks/kured/master/img/logo.png
# The kured chart is deprecated and no longer maintained. For details deprecation,
# including how to un-deprecate a chart see the PROCESSES.md file.
deprecated: true
6 changes: 6 additions & 0 deletions stable/kured/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

See https://github.com/weaveworks/kured

## Deprecation

This chart is deprecated! It has been moved to the kured repository.
See https://github.com/weaveworks/kured/tree/master/charts/kured for details.


## Autolock feature

This feature is not natively supported by kured but is added using Kubernetes Cronjob to annotate daemonset when to allow kured to run using the lock configuration annotation https://github.com/weaveworks/kured#overriding-lock-configuration
Expand Down
3 changes: 3 additions & 0 deletions stable/kured/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This chart is deprecated! It has been moved to the kured repository.
See https://github.com/weaveworks/kured/tree/master/charts/kured for details.

Kured will check for /var/run/reboot-required, and reboot nodes when needed.

See https://github.com/weaveworks/kured/ for details.

0 comments on commit c9b2408

Please sign in to comment.