From 94326d9c6dcfa0a87f7194018a56a78e7542deec Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Wed, 16 Aug 2023 16:48:42 +0200 Subject: [PATCH] Fixup Helm docs --- charts/spire/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/spire/README.md b/charts/spire/README.md index 6d0800b..726bf3b 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -516,7 +516,7 @@ Now you can interact with the Spire agent socket from your own application. The | upstream-spire-agent.fsGroupFix.image.pullPolicy | string | `"Always"` | The image pull policy | | upstream-spire-agent.fsGroupFix.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from | | upstream-spire-agent.fsGroupFix.image.repository | string | `"chainguard/bash"` | The repository within the registry | -| upstream-spire-agent.fsGroupFix.image.tag | string | `"5.2.15"` | Overrides the image tag | +| upstream-spire-agent.fsGroupFix.image.tag | string | `"latest@sha256:96ab1600d945b4a99c8610b5c8b31e346da63dc20573a26bb0777dd0190db5d4"` | Overrides the image tag | | upstream-spire-agent.fsGroupFix.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) | | upstream-spire-agent.fsGroupFix.resources | object | `{}` | Specify resource needs as per https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ | | upstream-spire-agent.fullnameOverride | string | `""` | | @@ -560,7 +560,7 @@ Now you can interact with the Spire agent socket from your own application. The | upstream-spire-agent.waitForIt.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy | | upstream-spire-agent.waitForIt.image.registry | string | `"cgr.dev"` | The OCI registry to pull the image from | | upstream-spire-agent.waitForIt.image.repository | string | `"chainguard/wait-for-it"` | The repository within the registry | -| upstream-spire-agent.waitForIt.image.tag | string | `"latest-20230517"` | Overrides the image tag | +| upstream-spire-agent.waitForIt.image.tag | string | `"latest@sha256:deeaccb164a67a4d7f585c4d416641b1f422c029911a29d72beae28221f823df"` | Overrides the image tag | | upstream-spire-agent.waitForIt.image.version | string | `""` | This value is deprecated in favor of tag. (Will be removed in a future release) | | upstream-spire-agent.waitForIt.resources | object | `{}` | | | upstream-spire-agent.workloadAttestors.k8s.disableContainerSelectors | bool | `false` | Set to true if using holdApplicationUntilProxyStarts in Istio |