diff --git a/charts/victoria-metrics-cluster/CHANGELOG.md b/charts/victoria-metrics-cluster/CHANGELOG.md index cc8143ae3..e5bb222ab 100644 --- a/charts/victoria-metrics-cluster/CHANGELOG.md +++ b/charts/victoria-metrics-cluster/CHANGELOG.md @@ -2,7 +2,7 @@ ## Next release -- TODO +- fixed priority class name templating for vmselect deployment ## 0.13.4 diff --git a/charts/victoria-metrics-cluster/Chart.yaml b/charts/victoria-metrics-cluster/Chart.yaml index ca17b2f2d..e5fc03136 100644 --- a/charts/victoria-metrics-cluster/Chart.yaml +++ b/charts/victoria-metrics-cluster/Chart.yaml @@ -3,7 +3,7 @@ type: application appVersion: v1.103.0 description: Victoria Metrics Cluster version - high-performance, cost-effective and scalable TSDB, long-term remote storage for Prometheus name: victoria-metrics-cluster -version: 0.13.4 +version: 0.13.5 sources: - https://github.com/VictoriaMetrics/helm-charts icon: https://avatars.githubusercontent.com/u/43720803?s=200&v=4 diff --git a/charts/victoria-metrics-cluster/templates/vmselect-deployment.yaml b/charts/victoria-metrics-cluster/templates/vmselect-deployment.yaml index 18c278b97..afb1fb65a 100644 --- a/charts/victoria-metrics-cluster/templates/vmselect-deployment.yaml +++ b/charts/victoria-metrics-cluster/templates/vmselect-deployment.yaml @@ -29,7 +29,7 @@ spec: {{- $_ := set $ctx "extraLabels" $app.podLabels }} labels: {{ include "victoria-metrics.vmselect.podLabels" $ctx | nindent 8 }} spec: - {{- with $ctx.priorityClassName }} + {{- with $app.priorityClassName }} priorityClassName: {{ . }} {{- end }} automountServiceAccountToken: {{ .Values.serviceAccount.automountToken }}