Skip to content

Commit

Permalink
vmsingle: fixed relabel config mount typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Jan 20, 2025
1 parent df32625 commit f3f2cd0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-single/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Next release

- TODO
- fixed type in relabel config. See [this issue](https://github.com/VictoriaMetrics/helm-charts/issues/1922) for details.

## 0.13.6

Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
type: application
description: Victoria Metrics Single version - high-performance, cost-effective and scalable TSDB, long-term remote storage for Prometheus
name: victoria-metrics-single
version: 0.13.6
version: 0.13.7
appVersion: v1.109.1
sources:
- https://github.com/VictoriaMetrics/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-single/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


![Version](https://img.shields.io/badge/0.13.6-gray?logo=Helm&labelColor=gray&link=https%3A%2F%2Fdocs.victoriametrics.com%2Fhelm%2Fvictoria-metrics-single%2Fchangelog%2F%230136)
![Version](https://img.shields.io/badge/0.13.7-gray?logo=Helm&labelColor=gray&link=https%3A%2F%2Fdocs.victoriametrics.com%2Fhelm%2Fvictoria-metrics-single%2Fchangelog%2F%230137)
![ArtifactHub](https://img.shields.io/badge/ArtifactHub-informational?logoColor=white&color=417598&logo=artifacthub&link=https%3A%2F%2Fartifacthub.io%2Fpackages%2Fhelm%2Fvictoriametrics%2Fvictoria-metrics-single)
![License](https://img.shields.io/github/license/VictoriaMetrics/helm-charts?labelColor=green&label=&link=https%3A%2F%2Fgithub.com%2FVictoriaMetrics%2Fhelm-charts%2Fblob%2Fmaster%2FLICENSE)
![Slack](https://img.shields.io/badge/Join-4A154B?logo=slack&link=https%3A%2F%2Fslack.victoriametrics.com)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ spec:
{{- if $app.relabel.enabled }}
- name: relabelconfig
configMap:
name: {{ include "vmsingle.scrape.config.name" $ctx }}
name: {{ include "vmsingle.relabel.config.name" $ctx }}
{{- end }}
{{- with $app.extraVolumes }}
{{- toYaml . | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ spec:
{{- if $app.relabel.enabled }}
- name: relabelconfig
configMap:
name: {{ include "vmsingle.scrape.config.name" $ctx }}
name: {{ include "vmsingle.relabel.config.name" $ctx }}
{{- end }}
{{- if or (not $app.persistentVolume.enabled) $app.persistentVolume.existingClaim }}
- name: server-volume
Expand Down

0 comments on commit f3f2cd0

Please sign in to comment.