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

Commit

Permalink
fix(helm-chart): update vector group
Browse files Browse the repository at this point in the history
| datasource      | package             | from    | to      |
| --------------- | ------------------- | ------- | ------- |
| helm            | vector              | 0.30.0  | 0.30.2  |
| github-releases | vectordotdev/vector | v0.35.0 | v0.35.1 |
  • Loading branch information
Trux-Bot committed Feb 12, 2024
1 parent e081714 commit 63e1a8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# renovate: datasource=github-releases depName=vectordotdev/vector
vector_version: "v0.35.0"
vector_version: "v0.35.1"
vector_asset: |-
{%- if ansible_architecture == "armv7l" -%}
vector-{{ vector_version }}-armv7-unknown-linux-gnueabihf.tar.gz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# renovate: datasource=github-releases depName=vectordotdev/vector
vector_version: "v0.35.0"
vector_version: "v0.35.1"
vector_download_url: "https://github.com/vectordotdev/vector/releases/download/{{ vector_version }}/vector-{{ vector_version[1:] }}-armv7-unknown-linux-gnueabihf.tar.gz"

vector_aggregator_addr: "10.8.20.220"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# renovate: datasource=github-releases depName=vectordotdev/vector
vector_version: "v0.35.0"
vector_version: "v0.35.1"
vector_asset: |-
{%- if ansible_architecture == "armv7l" -%}
vector-{{ vector_version }}-armv7-unknown-linux-gnueabihf.tar.gz
Expand Down
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 @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.30.0
version: 0.30.2
sourceRef:
kind: HelmRepository
name: vector-charts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: vector
version: 0.30.0
version: 0.30.2
sourceRef:
kind: HelmRepository
name: vector-charts
Expand Down

0 comments on commit 63e1a8d

Please sign in to comment.