File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/victoria-metrics-agent Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Next release
2
2
3
- - TODO
3
+ - Reverting templating support for scrape configuration. See [ # 2432 ] ( https://github.com/VictoriaMetrics/helm-charts/issues/2432 ) .
4
4
5
5
## 0.25.8
6
6
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
type : application
3
3
name : victoria-metrics-agent
4
4
description : VictoriaMetrics Agent - collects metrics from various sources and stores them to VictoriaMetrics
5
- version : 0.25.8
5
+ version : 0.25.9
6
6
appVersion : v1.126.0
7
7
sources :
8
8
- https://github.com/VictoriaMetrics/helm-charts
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ metadata:
14
14
namespace : {{ $ns }}
15
15
labels : {{ include "vm.labels" $ctx | nindent 4 }}
16
16
data :
17
- scrape.yml : |{{ tpl ( toYaml $cfg) . | nindent 4 }}
17
+ scrape.yml : |{{ toYaml $cfg | nindent 4 }}
18
18
{{- end }}
19
19
{{- $rwcm := default dict }}
20
20
{{- range $i, $rw := .Values.remoteWrite }}
You can’t perform that action at this time.
0 commit comments