From e76d5eaccd58cee1fe33aeda56f3a74c46dd261b Mon Sep 17 00:00:00 2001 From: Bojan Zelic Date: Fri, 24 Jan 2025 13:29:13 -0700 Subject: [PATCH] bump chart version --- stable/node-problem-detector/Chart.yaml | 2 +- stable/node-problem-detector/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/node-problem-detector/Chart.yaml b/stable/node-problem-detector/Chart.yaml index 339534a9..56a5675b 100644 --- a/stable/node-problem-detector/Chart.yaml +++ b/stable/node-problem-detector/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: node-problem-detector -version: 2.3.16 +version: 2.3.17 appVersion: v0.8.20 home: https://github.com/kubernetes/node-problem-detector description: | diff --git a/stable/node-problem-detector/README.md b/stable/node-problem-detector/README.md index a443ab3b..6df5ba53 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.16](https://img.shields.io/badge/Version-2.3.16-informational?style=flat-square) ![AppVersion: v0.8.20](https://img.shields.io/badge/AppVersion-v0.8.20-informational?style=flat-square) +![Version: 2.3.17](https://img.shields.io/badge/Version-2.3.17-informational?style=flat-square) ![AppVersion: v0.8.20](https://img.shields.io/badge/AppVersion-v0.8.20-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. @@ -17,7 +17,7 @@ helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/node-problem To install a specific version of this chart: ```console -helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/node-problem-detector --version 2.3.16 +helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/node-problem-detector --version 2.3.17 ``` To install the chart with the release name `my-release`: