Skip to content

Commit 496295e

Browse files
committed
Remove checking keepalived image tag during release
Keepalived image is not tagged anymore while release BMO. Removing the check from verify release script. Signed-off-by: Kashif Khan <[email protected]>
1 parent 3567b82 commit 496295e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/verify-release.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ declare -a release_artifacts=(
9797
# quay images
9898
declare -a container_images=(
9999
"${ORG}/baremetal-operator:v${VERSION}"
100-
"${ORG}/keepalived:v${VERSION}"
101100
)
102101

103102
# go mod bump checks - must match up to leading space before v

0 commit comments

Comments
 (0)