Skip to content

Commit

Permalink
RHDHBUGS-137 fix container version in the airgap procedure (#821)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
  • Loading branch information
openshift-cherrypick-robot and themr0c authored Dec 20, 2024
1 parent 5e89528 commit edebdf1
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 edebdf1

Please sign in to comment.