Skip to content

Commit

Permalink
openshift: switch to 4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Jun 27, 2024
1 parent da75f06 commit d627944
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hypershift-assisted-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.15"
default: "4.16"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hypershift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.15"
default: "4.16"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/microshift-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CLUSTER: ci-microshift
PULLSECRET: /root/openshift_pull.json
VERSION: stable
TAG: "4.15"
TAG: "4.16"

jobs:
requirements:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/okd-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
NETWORK: okd-network
NETWORK_CIDR: 192.168.131.0/24
VERSION: stable
TAG: 4.15
TAG: 4.16

jobs:
deploy-okd:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-kubevirt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.15"
default: "4.16"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-libvirt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.15"
default: "4.16"

env:
HOME: /root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openshift-nightly-ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
NETWORK: ipv6-network
NETWORK_CIDR: 2620:52:0:1306::/64
VERSION: stable
TAG: 4.15
TAG: 4.16

jobs:
deploy-openshift:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sno-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.15"
default: "4.16"
DISKS:
description: 'disks'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sno-nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
PULLSECRET: /root/openshift_pull.json
PARAMFILE: openshift-ci-paramfiles/sno.yml
VERSION: stable
TAG: "4.15"
TAG: "4.16"

jobs:
requirements:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snoplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
TAG:
description: 'tag'
required: false
default: "4.15"
default: "4.16"
PLANFILE:
description: 'planfile'
required: true
Expand Down

0 comments on commit d627944

Please sign in to comment.