Skip to content

Commit

Permalink
update fluent-bit to 2.2.2 in linux (#1229)
Browse files Browse the repository at this point in the history
* update fluent-bit to 2.2.2 in linux

---------

Co-authored-by: Amol Agrawal <[email protected]>
  • Loading branch information
pfrcks and Amol Agrawal authored Apr 19, 2024
1 parent cba115c commit 51ecf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ docker_cimprov_version=$(sudo tdnf list installed | grep docker-cimprov | awk '{
echo "DOCKER_CIMPROV_VERSION=$docker_cimprov_version" >> packages_version.txt

#install fluent-bit
sudo tdnf install fluent-bit-2.1.10 -y
sudo tdnf install fluent-bit-2.2.2 -y
echo "$(fluent-bit --version)" >> packages_version.txt

# install fluentd using the mariner package
Expand Down

0 comments on commit 51ecf9f

Please sign in to comment.