Skip to content

Commit

Permalink
Upgrade fluent bit version to 3.2.2 to debian packages only (#189)
Browse files Browse the repository at this point in the history
Upgrading fluent bit version to 3.2.2 for Debian
  • Loading branch information
gunnalahema authored Jan 16, 2025
1 parent 6086448 commit 7c6796a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versions/debian_11_bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ packages:
- arch: amd64
ami: ami-0c18857b85f7df9ca
- arch: arm64
ami: ami-0cdb8035f7aaf063d
ami: ami-00ae926787c25569b
2 changes: 1 addition & 1 deletion versions/strategyMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def list_distro_files():
return [
filename
for filename in os.listdir(".")
if (filename.startswith("centos"))
if (filename.startswith("debian"))
and filename != "common.yml"
]
except Exception as e:
Expand Down

0 comments on commit 7c6796a

Please sign in to comment.