Skip to content

Commit

Permalink
upgrade fluent-bit version to 2.2 for windows cpu issue (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlonghenry authored Jan 13, 2024
1 parent 4d8b44a commit 90e60af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/windows/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Write-Host ('Creating folder structure')
Write-Host ('Installing Fluent Bit');

try {
$fluentBitUri='https://fluentbit.io/releases/2.0/fluent-bit-2.0.14-win64.zip'
$fluentBitUri='https://releases.fluentbit.io/2.2/fluent-bit-2.2.1-win64.zip'
Invoke-WebRequest -Uri $fluentBitUri -OutFile /installation/fluent-bit.zip
Expand-Archive -Path /installation/fluent-bit.zip -Destination /installation/fluent-bit
Move-Item -Path /installation/fluent-bit/*/* -Destination /opt/fluent-bit/ -ErrorAction SilentlyContinue
Expand Down

0 comments on commit 90e60af

Please sign in to comment.