Skip to content

Commit

Permalink
chore(deps): update helm release victoria-logs-single to v0.7.3 (#3121)
Browse files Browse the repository at this point in the history
* chore(deps): update helm release victoria-logs-single to v0.7.3

* fix(victoria-logs): set fluent-bit.enabled to false because of recent default value change elifesciences/issues#9043

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scott Aubrey <[email protected]>
  • Loading branch information
renovate[bot] and scottaubrey authored Nov 7, 2024
1 parent 5c98f8a commit 6dd01d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/victorialogs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
sourceRef:
kind: HelmRepository
name: victoriametrics
version: "0.7.1"
version: "0.7.3"
interval: 1h0m0s
values:
server:
Expand All @@ -33,3 +33,5 @@ spec:
- secretName: victorialogs-tls
hosts:
- victorialogs.${cluster_domain}
fluent-bit:
enabled: false

0 comments on commit 6dd01d3

Please sign in to comment.