File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
content/manuals/dhi/how-to Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
144144Since each organization will have their own unique repository location, the Helm chart must be updated to point to the
145145correct 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
You can’t perform that action at this time.
0 commit comments