File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ docker_cimprov_version=$(sudo tdnf list installed | grep docker-cimprov | awk '{
7474echo " DOCKER_CIMPROV_VERSION=$docker_cimprov_version " >> packages_version.txt
7575
7676# install fluent-bit
77- sudo tdnf install azcu-fluent-bit-4 .0.14 -y
77+ sudo tdnf install azcu-fluent-bit-5 .0.4 -y
7878echo " $( fluent-bit --version) " >> packages_version.txt
7979
8080# Retry wrapper for gem install commands.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Write-Host ('Creating folder structure')
2626Write-Host (' Installing Fluent Bit' );
2727
2828 try {
29- $fluentBitUri = ' https://packages.fluentbit.io/windows/fluent-bit-4 .0.3-win64.zip'
29+ $fluentBitUri = ' https://packages.fluentbit.io/windows/fluent-bit-5 .0.3-win64.zip'
3030 Invoke-WebRequest - Uri $fluentBitUri - OutFile / installation/ fluent- bit.zip
3131 Expand-Archive - Path / installation/ fluent- bit.zip - Destination / installation/ fluent- bit
3232 Move-Item - Path / installation/ fluent- bit/*/* - Destination / opt/ fluent- bit/ - ErrorAction SilentlyContinue
You can’t perform that action at this time.
0 commit comments