Skip to content

Commit 1a4e471

Browse files
authored
Fix operatorhub preflight step (elastic#9100)
1 parent e569059 commit 1a4e471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/release/redhat-preflight.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ main() {
3535

3636
vault read -format=json -field=data "$VAULT_ROOT_PATH/operatorhub-release-preflight" > "$tmpDir/auth.json"
3737

38-
preflight check container "quay.io/redhat-isv-containers/$PROJECT_ID:$ECK_VERSION" --pyxis-api-token="$API_KEY" --certification-project-id="$PROJECT_ID" --submit -d "$tmpDir/auth.json"
38+
preflight check container "quay.io/redhat-isv-containers/$PROJECT_ID:$ECK_VERSION" --pyxis-api-token="$API_KEY" --certification-component-id="$PROJECT_ID" --submit -d "$tmpDir/auth.json"
3939

4040
echo "Preflight submitted ✅"
4141
}

0 commit comments

Comments
 (0)