Skip to content

Commit 78361e2

Browse files
authored
RHDHBUGS-137 fix container version in the airgap procedure (#819)
1 parent b8d6973 commit 78361e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For more information about registry authentication, see https://access.redhat.co
6363
+
6464
[source,terminal,source,subs="attributes+"]
6565
----
66-
podman pull registry.redhat.io/rhdh/rhdh-hub-rhel9:{product-chart-version}
66+
podman pull registry.redhat.io/rhdh/rhdh-hub-rhel9:{product-version}
6767
----
6868
+
6969
[source,terminal,source,subs="attributes+"]
@@ -75,7 +75,7 @@ podman pull registry.redhat.io/rhel9/postgresql-15:latest
7575
+
7676
[source,terminal,source,subs="attributes+"]
7777
----
78-
podman push --remove-signatures registry.redhat.io/rhdh/rhdh-hub-rhel9:{product-chart-version} default-route-openshift-image-registry.<hostname>/<project_name>/rhdh-hub-rhel9:{product-chart-version}
78+
podman push --remove-signatures registry.redhat.io/rhdh/rhdh-hub-rhel9:{product-version} default-route-openshift-image-registry.<hostname>/<project_name>/rhdh-hub-rhel9:{product-version}
7979
----
8080
+
8181
[source,terminal]

0 commit comments

Comments
 (0)