Skip to content

Commit

Permalink
Use OpenShift 4.15.0-okd (#5000)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Nov 12, 2024
1 parent 21fd690 commit 55b35f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cmx-versions/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7662,8 +7662,8 @@ async function getClusterVersions() {
instance_type: "m7g.large" // arm64
},
openshift: {
// filtering out all versions except 4.14.0-okd for now per sc-90893
versions: new Set(["4.14.0-okd"])
// filtering out all versions except 4.15.0-okd for now per sc-90893
versions: new Set(["4.15.0-okd"])
},
oke: {
versions: new Set(["1.30.1"])
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/cmx-versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ async function getClusterVersions() {
instance_type: "m7g.large" // arm64
},
openshift: {
// filtering out all versions except 4.14.0-okd for now per sc-90893
versions: new Set(["4.14.0-okd"])
// filtering out all versions except 4.15.0-okd for now per sc-90893
versions: new Set(["4.15.0-okd"])
},
oke: {
versions: new Set(["1.30.1"])
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ jobs:
matrix:
cluster: [
{distribution: kind, version: v1.28.0},
{distribution: openshift, version: 4.14.0-okd}
{distribution: openshift, version: 4.15.0-okd}
]
env:
APP_SLUG: minimal-rbac
Expand Down Expand Up @@ -1196,7 +1196,7 @@ jobs:
matrix:
cluster: [
{distribution: kind, version: v1.28.0},
{distribution: openshift, version: 4.14.0-okd}
{distribution: openshift, version: 4.15.0-okd}
]
env:
APP_SLUG: minimal-rbac
Expand Down Expand Up @@ -3610,7 +3610,7 @@ jobs:
matrix:
cluster: [
{distribution: kind, version: v1.28.0},
{distribution: openshift, version: 4.14.0-okd}
{distribution: openshift, version: 4.15.0-okd}
]
env:
KOTS_NAMESPACE: replicated-sdk
Expand Down Expand Up @@ -3919,7 +3919,7 @@ jobs:
matrix:
cluster: [
{distribution: kind, version: v1.28.0},
{distribution: openshift, version: 4.14.0-okd}
{distribution: openshift, version: 4.15.0-okd}
]
steps:
- name: Checkout
Expand Down

0 comments on commit 55b35f4

Please sign in to comment.