Skip to content

Commit

Permalink
feat(container): update vector group
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| docker     | timberio/vector | 0.34.1 | 0.37.1 |
| helm       | vector          | 0.29.0 | 0.32.1 |
  • Loading branch information
wyoa-bot[bot] committed Apr 10, 2024
1 parent 8c07039 commit bffd697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cluster/apps/monitoring/vector/agent/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.29.0
version: 0.32.1
sourceRef:
kind: HelmRepository
name: vector
Expand All @@ -29,7 +29,7 @@ spec:
values:
image:
repository: timberio/vector
tag: 0.34.1-debian
tag: 0.37.1-debian
role: Agent
customConfig:
data_dir: /vector-data-dir
Expand Down
4 changes: 2 additions & 2 deletions cluster/apps/monitoring/vector/aggregator/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.29.0
version: 0.32.1
sourceRef:
kind: HelmRepository
name: vector
Expand All @@ -29,7 +29,7 @@ spec:
values:
image:
repository: timberio/vector
tag: 0.34.1-debian
tag: 0.37.1-debian
role: Stateless-Aggregator
customConfig:
data_dir: /vector-data-dir
Expand Down

0 comments on commit bffd697

Please sign in to comment.