feat: upgrade vector image to 0.35.x

This is backwards compatible for Dokku's usage, so should be fine to ship.
This commit is contained in:
Jose Diaz-Gonzalez
2024-01-25 04:29:29 -05:00
parent 584be40776
commit ed152ccd83

View File

@@ -25,7 +25,7 @@ var (
)
// VectorImage contains the default vector image to run
const VectorImage = "timberio/vector:0.31.X-debian"
const VectorImage = "timberio/vector:0.35.X-debian"
// VectorDefaultSink contains the default sink in use for vector log shipping
const VectorDefaultSink = "blackhole://?print_interval_secs=1"