Skip to content

Commit 3ff2c61

Browse files
feedback
Signed-off-by: Craig Osterhout <[email protected]>
1 parent 10d15dc commit 3ff2c61

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

content/manuals/dhi/how-to/helm.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ params:
88
sidebar:
99
badge:
1010
color: violet
11-
text: EA
11+
text: Early Access
1212
---
1313

1414
{{< summary-bar feature_name="Docker Hardened Image charts" >}}
@@ -144,9 +144,12 @@ that are accessible to everyone, DHI images must first be mirrored to your own D
144144
Since each organization will have their own unique repository location, the Helm chart must be updated to point to the
145145
correct image locations specific to your organization's Docker Hub namespace or registry.
146146

147-
To do this, you can either use pre-rendering or post-rendering. Pre-rendering uses a values override file to set the
148-
image references, while post-rendering uses a script to rewrite the image references after Helm has rendered the
149-
templates.
147+
To do this, you can use one of the following approaches:
148+
149+
- Pre-rendering: Uses a values override file to set the image references before Helm renders the chart templates.
150+
- Post-rendering: Uses a script that automatically rewrites image references after Helm renders the templates but
151+
before deploying to Kubernetes. The script is invoked by Helm during the `helm install` command using the
152+
`--post-renderer` flag, where you pass it the new image prefix as an argument.
150153

151154
{{< tabs group="rendering" >}} {{< tab name="Pre-rendering" >}}
152155

0 commit comments

Comments
 (0)