Skip to content

Commit

Permalink
fix(container): update vector group
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| docker     | timberio/vector | 0.43.0 | 0.43.1 |
| helm       | vector          | 0.38.0 | 0.38.1 |


Signed-off-by: Jeff Billimek <billimek@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 9df0b6a commit 449bec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions logs/vector/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.38.0
version: 0.38.1
sourceRef:
kind: HelmRepository
name: vector-charts
Expand All @@ -30,7 +30,7 @@ spec:
values:
image:
repository: timberio/vector
tag: 0.43.0-debian
tag: 0.43.1-debian
role: Agent
customConfig:
data_dir: /vector-data-dir
Expand Down
4 changes: 2 additions & 2 deletions logs/vector/aggregator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.38.0
version: 0.38.1
sourceRef:
kind: HelmRepository
name: vector-charts
Expand All @@ -30,7 +30,7 @@ spec:
values:
image:
repository: timberio/vector
tag: 0.43.0-debian
tag: 0.43.1-debian
role: Stateless-Aggregator
customConfig:
data_dir: /vector-data-dir
Expand Down

0 comments on commit 449bec0

Please sign in to comment.