Skip to content

Commit

Permalink
Merge pull request #182 from fcharlier/workaround_opm_issue_continued
Browse files Browse the repository at this point in the history
Add (another) workaround for opm issues
  • Loading branch information
fredericlepied authored Mar 1, 2024
2 parents 255f631 + 43e9f4e commit 392a845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/populate_mirror_registry/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image_name_registry: ocpdiscon-registry
# - oc tar will be retrieved from the release image, needs OCP full version.
# Stable client is also used to extract the artifacts from release image
# - opm tar always has to come from stable release URL, so that its name is well known
stable_release_url: "https://mirror.openshift.com/pub/openshift-v{{ openshift_version_parts[0] }}/clients/ocp/stable"
stable_release_url: "https://mirror.openshift.com/pub/openshift-v{{ openshift_version_parts[0] }}/clients/ocp/stable-4.14"
oc_tar: "openshift-client-linux-{{ openshift_full_version }}.tar.gz"
stable_oc_tar: "openshift-client-linux.tar.gz"
stable_opm_tar: "opm-linux.tar.gz"
Expand Down

0 comments on commit 392a845

Please sign in to comment.