Skip to content

Commit

Permalink
[stable/node-problem-detector]: update upsteam app image to v0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
stxm committed Apr 3, 2024
1 parent 6021f45 commit ea27548
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 40 deletions.
4 changes: 2 additions & 2 deletions stable/node-problem-detector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: node-problem-detector
version: "2.3.12"
appVersion: v0.8.15
version: "2.3.13"
appVersion: v0.8.17
home: https://github.com/kubernetes/node-problem-detector
description: |
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.
Expand Down
45 changes: 8 additions & 37 deletions stable/node-problem-detector/README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,16 @@
# 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.17](https://img.shields.io/badge/AppVersion-v0.8.17-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.

**Homepage:** <https://github.com/kubernetes/node-problem-detector>

## How to install this chart

Add Delivery Hero public chart repo:

```console
helm repo add deliveryhero https://charts.deliveryhero.io/
```

A simple install with default values:

```console
helm install deliveryhero/node-problem-detector
```

To install the chart with the release name `my-release`:

```console
helm install my-release deliveryhero/node-problem-detector
```

To install with some set values:

```console
helm install my-release deliveryhero/node-problem-detector --set values_key1=value1 --set values_key2=value2
```

To install with custom values file:
## Maintainers

```console
helm install my-release deliveryhero/node-problem-detector -f values.yaml
```
| Name | Email | Url |
| ---- | ------ | --- |
| max-rocket-internet | <no-reply@deliveryhero.com> | |

## Source Code

Expand All @@ -59,7 +33,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.17"` | |
| imagePullSecrets | list | `[]` | |
| labels | object | `{}` | |
| logDir.host | string | `"/var/log/"` | log directory on k8s host |
Expand Down Expand Up @@ -99,8 +73,5 @@ 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 | <no-reply@deliveryhero.com> | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.3](https://github.com/norwoodj/helm-docs/releases/v1.11.3)
2 changes: 1 addition & 1 deletion stable/node-problem-detector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ logDir:

image:
repository: registry.k8s.io/node-problem-detector/node-problem-detector
tag: v0.8.15
tag: v0.8.17
# image.digest -- the image digest. If given it takes precedence over a given tag.
digest: ""
pullPolicy: IfNotPresent
Expand Down

0 comments on commit ea27548

Please sign in to comment.