From 8146ec81a4a4d0993a8d9382996bd43d69345c23 Mon Sep 17 00:00:00 2001 From: Dan Bryant Date: Fri, 29 Sep 2023 10:49:12 +0100 Subject: [PATCH] [stable/node-problem-detector] update image tag --- stable/node-problem-detector/Chart.yaml | 4 ++-- stable/node-problem-detector/README.md | 4 ++-- stable/node-problem-detector/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/node-problem-detector/Chart.yaml b/stable/node-problem-detector/Chart.yaml index 6d43f59c..335e6ffa 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.10" -appVersion: v0.8.13 +version: "2.3.11" +appVersion: v0.8.14 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 7ed54aff..0b06466f 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.10](https://img.shields.io/badge/Version-2.3.10-informational?style=flat-square) ![AppVersion: v0.8.13](https://img.shields.io/badge/AppVersion-v0.8.13-informational?style=flat-square) +![Version: 2.3.11](https://img.shields.io/badge/Version-2.3.11-informational?style=flat-square) ![AppVersion: v0.8.14](https://img.shields.io/badge/AppVersion-v0.8.14-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. @@ -59,7 +59,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.13"` | | +| image.tag | string | `"v0.8.14"` | | | imagePullSecrets | list | `[]` | | | labels | object | `{}` | | | logDir.host | string | `"/var/log/"` | log directory on k8s host | diff --git a/stable/node-problem-detector/values.yaml b/stable/node-problem-detector/values.yaml index 9af7fd7e..02a33f3b 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.13 + tag: v0.8.14 # image.digest -- the image digest. If given it takes precedence over a given tag. digest: "" pullPolicy: IfNotPresent