Skip to content

Commit 55b35f4

Browse files
authored
Use OpenShift 4.15.0-okd (#5000)
1 parent 21fd690 commit 55b35f4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/actions/cmx-versions/dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7662,8 +7662,8 @@ async function getClusterVersions() {
76627662
instance_type: "m7g.large" // arm64
76637663
},
76647664
openshift: {
7665-
// filtering out all versions except 4.14.0-okd for now per sc-90893
7666-
versions: new Set(["4.14.0-okd"])
7665+
// filtering out all versions except 4.15.0-okd for now per sc-90893
7666+
versions: new Set(["4.15.0-okd"])
76677667
},
76687668
oke: {
76697669
versions: new Set(["1.30.1"])

.github/actions/cmx-versions/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ async function getClusterVersions() {
4242
instance_type: "m7g.large" // arm64
4343
},
4444
openshift: {
45-
// filtering out all versions except 4.14.0-okd for now per sc-90893
46-
versions: new Set(["4.14.0-okd"])
45+
// filtering out all versions except 4.15.0-okd for now per sc-90893
46+
versions: new Set(["4.15.0-okd"])
4747
},
4848
oke: {
4949
versions: new Set(["1.30.1"])

.github/workflows/build-test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ jobs:
646646
matrix:
647647
cluster: [
648648
{distribution: kind, version: v1.28.0},
649-
{distribution: openshift, version: 4.14.0-okd}
649+
{distribution: openshift, version: 4.15.0-okd}
650650
]
651651
env:
652652
APP_SLUG: minimal-rbac
@@ -1196,7 +1196,7 @@ jobs:
11961196
matrix:
11971197
cluster: [
11981198
{distribution: kind, version: v1.28.0},
1199-
{distribution: openshift, version: 4.14.0-okd}
1199+
{distribution: openshift, version: 4.15.0-okd}
12001200
]
12011201
env:
12021202
APP_SLUG: minimal-rbac
@@ -3610,7 +3610,7 @@ jobs:
36103610
matrix:
36113611
cluster: [
36123612
{distribution: kind, version: v1.28.0},
3613-
{distribution: openshift, version: 4.14.0-okd}
3613+
{distribution: openshift, version: 4.15.0-okd}
36143614
]
36153615
env:
36163616
KOTS_NAMESPACE: replicated-sdk
@@ -3919,7 +3919,7 @@ jobs:
39193919
matrix:
39203920
cluster: [
39213921
{distribution: kind, version: v1.28.0},
3922-
{distribution: openshift, version: 4.14.0-okd}
3922+
{distribution: openshift, version: 4.15.0-okd}
39233923
]
39243924
steps:
39253925
- name: Checkout

0 commit comments

Comments
 (0)