Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion newrelic-fluent-bit-output.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: newrelic-fluent-bit-output
version: 1.17.3
epoch: 0
epoch: 1
description: A Fluent Bit output plugin that sends logs to New Relic
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -36,6 +36,17 @@ pipeline:
mkdir -p ${{targets.destdir}}/fluent-bit/bin
cp ./out_newrelic-linux-${ARCH}-v${{ package.version }}.so ${{targets.destdir}}/fluent-bit/bin/out_newrelic.so

subpackages:
- name: newrelic-fluent-bit-output-compat
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/fluent-bit/bin/
# The upstream chart expects the fluent-bit binary to be in /fluent-bit/bin/fluent-bit
ln -sf /usr/bin/fluent-bit ${{targets.subpkgdir}}/fluent-bit/bin/fluent-bit
dependencies:
runtime:
- newrelic-fluent-bit-output

update:
enabled: true
github:
Expand Down