Skip to content

Commit da5c38e

Browse files
committed
RHIDP-7038: Apply Tech Review comments
1 parent 90a9569 commit da5c38e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/installation/proc-install-rhdh-airgapped-full-k8s-helm.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ helm pull _<helm_chart_repo_name>_/redhat-developer-hub --version _<rhdh_version
2626
where
2727

2828
_<helm_chart_repo_name>_ :: Specifies the name of the Helm chart repository, for example, `openshift-helm-charts`.
29-
_<rhdh_version>_ :: Specifies the {product} version that you want to use, for example, `1.4.0`.
29+
_<rhdh_version>_ :: Specifies the {product} version that you want to use, for example, `{product-chart-version}`.
3030
+
3131
[NOTE]
3232
====
@@ -55,9 +55,9 @@ skopeo copy --all docker://${PG_IMAGE}:${PG_DIGEST} dir:./postgresql
5555
+
5656
* rhdh-hub
5757
* postgresql
58-
* Helm chart archive file, for example, `redhat-developer-hub-1.4.0.tgz`
58+
* Helm chart archive file, for example, `redhat-developer-hub-{product-chart-version}.tgz`
5959
+
60-
. Load the images onto the air-gapped host by running the following command:
60+
. Load the images onto the air-gapped host by running the following commands:
6161
+
6262
[source,terminal,subs="+quotes"]
6363
----

0 commit comments

Comments
 (0)