forked from helm/charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deprecate the kured-chart (helm#23055)
Signed-off-by: Christian Kotzbauer <[email protected]> Signed-off-by: camelusluo <[email protected]>
- Loading branch information
1 parent
6a1ee58
commit c9b2408
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |