Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 10, 2024
Merged
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
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/vector/agent/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
app:
image:
repository: docker.io/timberio/vector
tag: 0.40.1-alpine@sha256:a29c5e3eeea49ea0a927d598f7e88624ff18ebd35df827772a337c96684c9ce5
tag: 0.41.0-alpine@sha256:28b9cac16fbcd72a7c6428efcbf8b32916b568fcd697d0e0b8e37435f54b9387
env:
PROCFS_ROOT: /host/proc
SYSFS_ROOT: /host/sys
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
app:
image:
repository: docker.io/timberio/vector
tag: 0.40.1-alpine@sha256:a29c5e3eeea49ea0a927d598f7e88624ff18ebd35df827772a337c96684c9ce5
tag: 0.41.0-alpine@sha256:28b9cac16fbcd72a7c6428efcbf8b32916b568fcd697d0e0b8e37435f54b9387
args: ["--config", "/etc/vector/vector.yaml"]
probes:
liveness:
Expand Down