Skip to content

Commit

Permalink
feat(container): update image docker.io/timberio/vector to v0.41.1
Browse files Browse the repository at this point in the history
| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | docker.io/timberio/vector | 0.38.0 | 0.41.1 |
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent f982cb9 commit 87cd7a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 @@ -32,7 +32,7 @@ spec:
strategy: RollingUpdate
image:
repository: docker.io/timberio/vector
tag: 0.38.0-debian
tag: 0.41.1-debian
args: ["--config", "/etc/vector/vector.yaml"]
env:
PROCFS_ROOT: /host/proc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
reloader.stakater.com/auto: "true"
image:
repository: docker.io/timberio/vector
tag: 0.38.0-debian
tag: 0.41.1-debian
args: ["--config", "/etc/vector/vector.yaml"]
service:
main:
Expand Down
2 changes: 1 addition & 1 deletion terraform/storage/app_vector_agent.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "kubernetes_daemon_set_v1" "vector_agent" {
spec {
container {
name = "main"
image = "docker.io/timberio/vector:0.38.0-debian"
image = "docker.io/timberio/vector:0.41.1-debian"
image_pull_policy = "IfNotPresent"
args = ["--config=/etc/vector/vector.yaml"]
security_context {
Expand Down

0 comments on commit 87cd7a3

Please sign in to comment.