Skip to content

Commit

Permalink
cluster: fixed priority class name (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Sep 5, 2024
1 parent bc02ce0 commit 4ab9233
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/victoria-metrics-cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next release

- TODO
- fixed priority class name templating for vmselect deployment

## 0.13.4

Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4ab9233

Please sign in to comment.