From e7f85e5539dbd50f852d7d0ace3f259b334775d7 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Mon, 15 Dec 2025 14:46:41 +0000 Subject: [PATCH] Auto-update Helm chart documentation --- deploy/helm/pulse/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/deploy/helm/pulse/README.md b/deploy/helm/pulse/README.md index 600e9a7..da013eb 100644 --- a/deploy/helm/pulse/README.md +++ b/deploy/helm/pulse/README.md @@ -1,6 +1,6 @@ # pulse -![Version: 4.31.0](https://img.shields.io/badge/Version-4.31.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.31.0](https://img.shields.io/badge/AppVersion-4.31.0-informational?style=flat-square) +![Version: 4.33.0](https://img.shields.io/badge/Version-4.33.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.33.0](https://img.shields.io/badge/AppVersion-4.33.0-informational?style=flat-square) Helm chart for deploying the Pulse hub and optional Docker monitoring agent. @@ -33,14 +33,27 @@ Helm chart for deploying the Pulse hub and optional Docker monitoring agent. | agent.extraEnvFrom | list | `[]` | | | agent.extraVolumeMounts | list | `[]` | | | agent.extraVolumes | list | `[]` | | +| agent.healthPort | int | `9191` | | | agent.image.pullPolicy | string | `"IfNotPresent"` | | | agent.image.repository | string | `"ghcr.io/rcourtman/pulse-docker-agent"` | | | agent.image.tag | string | `""` | | | agent.kind | string | `"DaemonSet"` | | +| agent.livenessProbe.enabled | bool | `true` | | +| agent.livenessProbe.failureThreshold | int | `3` | | +| agent.livenessProbe.initialDelaySeconds | int | `5` | | +| agent.livenessProbe.path | string | `"/healthz"` | | +| agent.livenessProbe.periodSeconds | int | `10` | | +| agent.livenessProbe.timeoutSeconds | int | `3` | | | agent.nodeSelector | object | `{}` | | | agent.podAnnotations | object | `{}` | | | agent.podLabels | object | `{}` | | | agent.podSecurityContext | object | `{}` | | +| agent.readinessProbe.enabled | bool | `true` | | +| agent.readinessProbe.failureThreshold | int | `3` | | +| agent.readinessProbe.initialDelaySeconds | int | `5` | | +| agent.readinessProbe.path | string | `"/readyz"` | | +| agent.readinessProbe.periodSeconds | int | `5` | | +| agent.readinessProbe.timeoutSeconds | int | `3` | | | agent.replicaCount | int | `1` | | | agent.resources | object | `{}` | | | agent.secretEnv.create | bool | `false` | |