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 20e2033f..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`: @@ -49,6 +49,7 @@ helm install my-release oci://ghcr.io/deliveryhero/helm-charts/node-problem-dete |-----|------|---------|-------------| | affinity | object | `{}` | | | annotations | object | `{}` | | +| dnsPolicy | string | `"ClusterFirst"` | | | env | string | `nil` | | | extraContainers | list | `[]` | | | extraVolumeMounts | list | `[]` | | diff --git a/stable/node-problem-detector/templates/daemonset.yaml b/stable/node-problem-detector/templates/daemonset.yaml index df13537b..f351e198 100644 --- a/stable/node-problem-detector/templates/daemonset.yaml +++ b/stable/node-problem-detector/templates/daemonset.yaml @@ -44,6 +44,7 @@ spec: {{- end }} hostNetwork: {{ .Values.hostNetwork }} hostPID: {{ .Values.hostPID }} + dnsPolicy: {{ .Values.dnsPolicy }} terminationGracePeriodSeconds: 30 {{- if .Values.priorityClassName }} priorityClassName: {{ .Values.priorityClassName | quote }} diff --git a/stable/node-problem-detector/values.yaml b/stable/node-problem-detector/values.yaml index 8074692b..a1566930 100644 --- a/stable/node-problem-detector/values.yaml +++ b/stable/node-problem-detector/values.yaml @@ -76,6 +76,7 @@ rbac: # not recommended, but may be useful for certain use cases. hostNetwork: false hostPID: false +dnsPolicy: "ClusterFirst" volume: localtime: