Skip to content

Commit 885b090

Browse files
vmagent: revert templating support for scrape configuration
1 parent bf890e2 commit 885b090

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/victoria-metrics-agent/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Next release
22

3-
- TODO
3+
- Reverting templating support for scrape configuration. See [#2432](https://github.com/VictoriaMetrics/helm-charts/issues/2432).
44

55
## 0.25.8
66

charts/victoria-metrics-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
type: application
33
name: victoria-metrics-agent
44
description: VictoriaMetrics Agent - collects metrics from various sources and stores them to VictoriaMetrics
5-
version: 0.25.8
5+
version: 0.25.9
66
appVersion: v1.126.0
77
sources:
88
- https://github.com/VictoriaMetrics/helm-charts

charts/victoria-metrics-agent/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
namespace: {{ $ns }}
1515
labels: {{ include "vm.labels" $ctx | nindent 4 }}
1616
data:
17-
scrape.yml: |{{ tpl (toYaml $cfg) . | nindent 4 }}
17+
scrape.yml: |{{ toYaml $cfg | nindent 4 }}
1818
{{- end }}
1919
{{- $rwcm := default dict }}
2020
{{- range $i, $rw := .Values.remoteWrite }}

0 commit comments

Comments
 (0)