File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rm -fr crc-cluster-kube-controller-manager-operator
23
23
rm -fr crc-dnsmasq
24
24
rm -fr crc-routes-controller
25
25
26
- readonly OCP_VERSION=4.13
26
+ readonly OCP_VERSION=4.14
27
27
28
28
function check_pull_secret() {
29
29
if [ -z " ${OPENSHIFT_PULL_SECRET_PATH-} " ]; then
@@ -38,14 +38,14 @@ function check_pull_secret() {
38
38
check_pull_secret
39
39
40
40
HOST_ARCH=$( uname -m)
41
- MIRROR=${MIRROR:- https:// mirror.openshift.com/ pub/ openshift-v4/ $HOST_ARCH / clients/ ocp}
41
+ MIRROR=${MIRROR:- https:// mirror.openshift.com/ pub/ openshift-v4/ $HOST_ARCH / clients/ ocp-dev-preview }
42
42
43
43
# If user defined the OPENSHIFT_VERSION environment variable then use it.
44
44
if test -n " ${OPENSHIFT_VERSION-} " ; then
45
45
OPENSHIFT_RELEASE_VERSION=${OPENSHIFT_VERSION}
46
46
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from OPENSHIFT_VERSION"
47
47
else
48
- OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /latest -${OCP_VERSION} /release.txt | sed -n ' s/^ *Version: *//p' ) "
48
+ OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /candidate -${OCP_VERSION} /release.txt | sed -n ' s/^ *Version: *//p' ) "
49
49
if test -n " ${OPENSHIFT_RELEASE_VERSION} " ; then
50
50
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from the mirror"
51
51
else
Original file line number Diff line number Diff line change @@ -37,4 +37,8 @@ capabilities:
37
37
- openshift-samples
38
38
- marketplace
39
39
- Console
40
+ - MachineAPI
41
+ - ImageRegistry
42
+ - DeploymentConfig
43
+ - Build
40
44
publish : External
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if test -n "${OPENSHIFT_VERSION-}"; then
44
44
OPENSHIFT_RELEASE_VERSION=${OPENSHIFT_VERSION}
45
45
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from OPENSHIFT_VERSION"
46
46
else
47
- OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /latest -4.13 /release.txt | sed -n ' s/^ *Version: *//p' ) "
47
+ OPENSHIFT_RELEASE_VERSION=" $( curl -L " ${MIRROR} " /candidate -4.14 /release.txt | sed -n ' s/^ *Version: *//p' ) "
48
48
if test -n " ${OPENSHIFT_RELEASE_VERSION} " ; then
49
49
echo " Using release ${OPENSHIFT_RELEASE_VERSION} from the latest mirror"
50
50
else
You can’t perform that action at this time.
0 commit comments