Skip to content

Commit

Permalink
Merge pull request #29 from pablofelix/feature/openshift-version
Browse files Browse the repository at this point in the history
Update Openshift version to 4.14
  • Loading branch information
pablofelix authored Nov 13, 2023
2 parents 32daaac + f310541 commit 4f1ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhods-disconnected-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set_defaults() {
mirror_url="${mirror_url:-registry.example.com:5000/mirror/oc-mirror-metadata}"
repository_url="${repository_url:-https://github.com/red-hat-data-services/odh-manifests}"
notebooks_url="${notebooks_url:-https://github.com/red-hat-data-services/notebooks}"
openshift_version="${openshift_version:-v4.13}"
openshift_version="${openshift_version:-v4.14}"
skip_image_verification="${skip_image_verification:-false}"
channel="${channel:-stable}"
}
Expand Down

0 comments on commit 4f1ff9b

Please sign in to comment.