From 4a8ded5c73621ff26a386d4a9f3e40d2b6961848 Mon Sep 17 00:00:00 2001 From: Stavros Foteinopoulos Date: Mon, 8 Apr 2024 10:41:59 +0300 Subject: [PATCH] update NPD chart to use version 0.8.18 Signed-off-by: Stavros Foteinopoulos --- stable/node-problem-detector/Chart.yaml | 4 ++-- stable/node-problem-detector/README.md | 16 +++++++++------- stable/node-problem-detector/values.yaml | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/stable/node-problem-detector/Chart.yaml b/stable/node-problem-detector/Chart.yaml index 726a8969..baf2e4da 100644 --- a/stable/node-problem-detector/Chart.yaml +++ b/stable/node-problem-detector/Chart.yaml @@ -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.18 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. diff --git a/stable/node-problem-detector/README.md b/stable/node-problem-detector/README.md index a19f2302..23d719a1 100644 --- a/stable/node-problem-detector/README.md +++ b/stable/node-problem-detector/README.md @@ -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 | | | + ## Source Code * @@ -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 | | | +---------------------------------------------- diff --git a/stable/node-problem-detector/values.yaml b/stable/node-problem-detector/values.yaml index 7336f2dc..15a5fb39 100644 --- a/stable/node-problem-detector/values.yaml +++ b/stable/node-problem-detector/values.yaml @@ -56,7 +56,7 @@ logDir: image: repository: registry.k8s.io/node-problem-detector/node-problem-detector - tag: v0.8.15 + tag: v0.8.18 # image.digest -- the image digest. If given it takes precedence over a given tag. digest: "" pullPolicy: IfNotPresent