File tree 4 files changed +8
-4
lines changed
4 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
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 @@ -64,7 +64,7 @@ function configure_host {
64
64
65
65
function enable_repos {
66
66
sudo subscription-manager repos \
67
- --enable rhocp-4.13 -for-rhel-9-$( uname -i) -rpms \
67
+ --enable rhocp-4.14 -for-rhel-9-$( uname -i) -rpms \
68
68
--enable fast-datapath-for-rhel-9-$( uname -i) -rpms
69
69
}
70
70
@@ -86,7 +86,7 @@ function create_iso {
86
86
if [ -n " ${MICROSHIFT_PRERELEASE-} " ]; then
87
87
git clone -b main https://github.com/openshift/microshift.git
88
88
else
89
- git clone -b release-4.13 https://github.com/openshift/microshift.git
89
+ git clone -b release-4.14 https://github.com/openshift/microshift.git
90
90
fi
91
91
cp podman_changes.ks microshift/
92
92
pushd microshift
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} " /latest-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