Skip to content

Commit

Permalink
build(deps): bump fluent/fluent-bit in /sidecar/fluentbit (#763)
Browse files Browse the repository at this point in the history
Bumps fluent/fluent-bit from 3.1.2 to 3.1.9.

---
updated-dependencies:
- dependency-name: fluent/fluent-bit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and rnishtala-sumo committed Oct 7, 2024
1 parent c7679da commit 86eb3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tailing Sidecar Release Instruction

1. Create and Merge release pull request with Helm Chart version change in [Chart.yaml](../helm/tailing-sidecar-operator/Chart.yaml).
1. Create and Merge release pull request with Helm Chart version change in [Chart.yaml](../helm/tailing-sidecar-operator/Chart.yaml)

1. Create the release tag for commit with Helm Chart version change, e.g. when release tag = 0.1.0

Expand Down
2 changes: 1 addition & 1 deletion sidecar/fluentbit/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && \
RUN find /dpkg/ -type d -empty -delete && \
rm -r /dpkg/usr/share/doc/

FROM fluent/fluent-bit:3.1.2
FROM fluent/fluent-bit:3.1.9
ENV LOG_LEVEL=warning

# Copy the libraries from the extractor stage into root
Expand Down

0 comments on commit 86eb3f5

Please sign in to comment.