Skip to content

Commit e96cfd4

Browse files
mircea-cosbucfealebenpae
authored andcommitted
Bump preflight version (#3722)
# Summary The version of pre-flight we're using doesn't seem to be supported anymore: https://evergreen.mongodb.com/task/ops_manager_kubernetes_preflight_images_preflight_images_66c2b532cbbbc80007e9380f_24_08_19_03_00_02 ## Documentation changes * [ ] Add an entry to [release notes](.../RELEASE_NOTES.md). * [ ] When needed, make sure you create a new [DOCSP ticket](https://jira.mongodb.org/projects/DOCSP) that documents your change. ## Changes to CRDs * [ ] Add `slaskawi`(Sebastian) and `@giohan` (George) as reviewers. * [ ] Make sure any changes are reflected on `/public/samples` directory.
1 parent 897c7ec commit e96cfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/evergreen/setup_preflight.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ bindir="${workdir:?}/bin"
88
mkdir -p "${bindir}"
99

1010
echo "Downloading preflight binary"
11-
preflight_version="1.9.1"
11+
preflight_version="1.10.0"
1212
curl -s --retry 3 -o preflight -LO "https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/${preflight_version}/preflight-linux-amd64"
1313
chmod +x preflight
1414
mv preflight "${bindir}"

0 commit comments

Comments
 (0)