-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update NPD chart to use version 0.8.18
Signed-off-by: Stavros Foteinopoulos <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 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
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,6 +1,6 @@ | ||
# node-problem-detector | ||
|
||
![Version: 2.3.12](https://img.shields.io/badge/Version-2.3.12-informational?style=flat-square) ![AppVersion: v0.8.15](https://img.shields.io/badge/AppVersion-v0.8.15-informational?style=flat-square) | ||
![Version: 2.3.13](https://img.shields.io/badge/Version-2.3.13-informational?style=flat-square) ![AppVersion: v0.8.18](https://img.shields.io/badge/AppVersion-v0.8.18-informational?style=flat-square) | ||
|
||
This chart installs a [node-problem-detector](https://github.com/kubernetes/node-problem-detector) daemonset. This tool aims to make various node problems visible to the upstream layers in cluster management stack. It is a daemon which runs on each node, detects node problems and reports them to apiserver. | ||
|
||
|
@@ -38,6 +38,12 @@ To install with custom values file: | |
helm install my-release deliveryhero/node-problem-detector -f values.yaml | ||
``` | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| max-rocket-internet | <[email protected]> | | | ||
|
||
## Source Code | ||
|
||
* <https://github.com/kubernetes/node-problem-detector> | ||
|
@@ -59,7 +65,7 @@ helm install my-release deliveryhero/node-problem-detector -f values.yaml | |
| image.digest | string | `""` | the image digest. If given it takes precedence over a given tag. | | ||
| image.pullPolicy | string | `"IfNotPresent"` | | | ||
| image.repository | string | `"registry.k8s.io/node-problem-detector/node-problem-detector"` | | | ||
| image.tag | string | `"v0.8.15"` | | | ||
| image.tag | string | `"v0.8.18"` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| labels | object | `{}` | | | ||
| logDir.host | string | `"/var/log/"` | log directory on k8s host | | ||
|
@@ -99,8 +105,4 @@ helm install my-release deliveryhero/node-problem-detector -f values.yaml | |
| updateStrategy | string | `"RollingUpdate"` | Manage the daemonset update strategy | | ||
| volume.localtime.type | string | `"FileOrCreate"` | | | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| max-rocket-internet | <[email protected]> | | | ||
---------------------------------------------- |
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