Skip to content

Commit

Permalink
Merge pull request metal3-io#1382 from Nordix/downgrade/ironic-v1.6
Browse files Browse the repository at this point in the history
Downgrade ironic-image to v24.0.0 for release-1.6 branch
  • Loading branch information
metal3-io-bot committed Apr 16, 2024
2 parents 154697b + a8d2385 commit 51058f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ The following table describes which branches are tested for different test trigg
| test suffix | CAPM3 branch | IPAM branch | BMO branch/tag | Keepalived tag | Ironic tag |
| ----------- | ------------ | ----------- | --------------- | -------------- | ---------- |
| main | main | main | main | latest | latest |
| release-1-6 | release-1.6 | release-1.6 | release-0.5 | v0.5.1 | v24.1.0 |
| release-1-6 | release-1.6 | release-1.6 | release-0.5 | v0.5.1 | v24.0.0 |
| release-1-5 | release-1.5 | release-1.5 | release-0.4 | v0.4.2 | v23.1.0 |
| release-1-4 | release-1.4 | release-1.4 | release-0.3 | v0.3.1 | v23.1.0 |

Expand Down
2 changes: 1 addition & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ elif [[ "${CAPM3RELEASEBRANCH}" = "release-1.6" ]]; then
export IPAM_IMAGE=${IPAM_IMAGE:-"${CONTAINER_REGISTRY}/metal3-io/ip-address-manager:release-1.6"}
export BARE_METAL_OPERATOR_TAG="v0.5.1"
export KEEPALIVED_TAG="v0.5.1"
export IRONIC_TAG="v24.1.0"
export IRONIC_TAG="v24.0.0"
export BMOBRANCH="${BMORELEASEBRANCH:-release-0.5}"
else
export CAPM3_IMAGE="${CAPM3_IMAGE:-${CONTAINER_REGISTRY}/metal3-io/cluster-api-provider-metal3:main}"
Expand Down

0 comments on commit 51058f8

Please sign in to comment.