From d81b128fd87b6a1f0530589457df21f5d23149a6 Mon Sep 17 00:00:00 2001 From: Josh Wolf Date: Wed, 28 Jun 2023 13:22:08 -0400 Subject: [PATCH] add newrelic-fluent-bit-output-compat --- newrelic-fluent-bit-output.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/newrelic-fluent-bit-output.yaml b/newrelic-fluent-bit-output.yaml index 066ba92489db..ffccd5e25f1d 100644 --- a/newrelic-fluent-bit-output.yaml +++ b/newrelic-fluent-bit-output.yaml @@ -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 @@ -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: