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: