Skip to content

Commit

Permalink
RHDHBUGS-137 fix container version in the airgap procedure (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Dec 20, 2024
1 parent b8d6973 commit 78361e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ For more information about registry authentication, see https://access.redhat.co
+
[source,terminal,source,subs="attributes+"]
----
podman pull registry.redhat.io/rhdh/rhdh-hub-rhel9:{product-chart-version}
podman pull registry.redhat.io/rhdh/rhdh-hub-rhel9:{product-version}
----
+
[source,terminal,source,subs="attributes+"]
Expand All @@ -75,7 +75,7 @@ podman pull registry.redhat.io/rhel9/postgresql-15:latest
+
[source,terminal,source,subs="attributes+"]
----
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}
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}
----
+
[source,terminal]
Expand Down

0 comments on commit 78361e2

Please sign in to comment.