From 61942617ef87fefe5c8b4ad59470c458eb591444 Mon Sep 17 00:00:00 2001 From: mesutoezdil Date: Wed, 6 May 2026 21:52:37 +0200 Subject: [PATCH] docs: add supervisor image Helm values to manage-gateways reference The supervisor init container was introduced in #1154 but the three `supervisor.image.*` values were missing from the Helm values reference table in the manage-gateways doc. Signed-off-by: mesutoezdil --- docs/sandboxes/manage-gateways.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/sandboxes/manage-gateways.mdx b/docs/sandboxes/manage-gateways.mdx index f12f6951c..08236f5b8 100644 --- a/docs/sandboxes/manage-gateways.mdx +++ b/docs/sandboxes/manage-gateways.mdx @@ -121,6 +121,9 @@ The most commonly changed values are: | `server.sshGatewayHost` / `server.sshGatewayPort` | Public host and port returned to CLI clients for SSH proxy connections. | | `server.disableTls` | Run the gateway over plaintext HTTP. Use only behind a trusted transport. | | `server.tls.*` | Secret names for server and client mTLS materials. | +| `supervisor.image.repository` | Repository for the supervisor init container image. Defaults to `ghcr.io/nvidia/openshell/supervisor`. | +| `supervisor.image.tag` | Tag for the supervisor image. Defaults to the chart's `appVersion` so the supervisor and gateway stay in sync. | +| `supervisor.image.pullPolicy` | Pull policy for the supervisor image. Defaults to the Kubernetes cluster default when unset. | Use a values file for repeatable deployments: