From 6becdbf9dbcaf66245fb1f1d39c9de647da169f5 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Sat, 4 Jul 2026 20:03:41 +0000 Subject: [PATCH] Auto-update Helm chart documentation --- deploy/helm/pulse/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/helm/pulse/README.md b/deploy/helm/pulse/README.md index faca22bf7..f02a1ca4b 100644 --- a/deploy/helm/pulse/README.md +++ b/deploy/helm/pulse/README.md @@ -23,6 +23,7 @@ Helm chart for deploying the Pulse hub and optional Docker monitoring agent. | agent.affinity | object | `{}` | | | agent.args[0] | string | `"--enable-docker"` | | | agent.args[1] | string | `"--enable-host=false"` | | +| agent.command[0] | string | `"/usr/local/bin/pulse-agent"` | | | agent.dockerSocket.enabled | bool | `true` | | | agent.dockerSocket.hostPathType | string | `"Socket"` | | | agent.dockerSocket.path | string | `"/var/run/docker.sock"` | | @@ -36,7 +37,7 @@ Helm chart for deploying the Pulse hub and optional Docker monitoring agent. | agent.extraVolumes | list | `[]` | | | agent.healthPort | int | `9191` | | | agent.image.pullPolicy | string | `"IfNotPresent"` | | -| agent.image.repository | string | `"ghcr.io/rcourtman/pulse-agent"` | | +| agent.image.repository | string | `"rcourtman/pulse"` | | | agent.image.tag | string | `""` | | | agent.kind | string | `"DaemonSet"` | | | agent.livenessProbe.enabled | bool | `true` | |