Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

feat(container): update image docker.io/timberio/vector to v0.41.1 #200

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
app:
image:
repository: docker.io/timberio/vector
tag: 0.39.0-alpine
tag: 0.41.1-alpine
env:
PROCFS_ROOT: /host/proc
SYSFS_ROOT: /host/sys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
app:
image:
repository: docker.io/timberio/vector
tag: 0.39.0-alpine
tag: 0.41.1-alpine
args: ["--config", "/etc/vector/vector.yaml"]
probes:
liveness:
Expand Down