Skip to content

Commit

Permalink
k8s-stack: release 0.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Jan 31, 2025
1 parent 16b33e6 commit b46b47e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions charts/victoria-metrics-k8s-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Next release

- Grafana datasource: do not verify allow_loading_unsigned_plugins in k8s-stack
- Fixed configmap rendering for vmalert.templateFiles

## 0.35.1

Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-k8s-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: victoria-metrics-k8s-stack
description: Kubernetes monitoring on VictoriaMetrics stack. Includes VictoriaMetrics Operator, Grafana dashboards, ServiceScrapes and VMRules
type: application
version: 0.35.1
version: 0.35.2
appVersion: v1.110.0
sources:
- https://github.com/VictoriaMetrics/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-k8s-stack/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
{{- $ruleTmpl := printf "/etc/vm/configs/%s-extra-tpl/*.tmpl" $fullname -}}
{{- $_ := set $extraArgs "rule.templates" $ruleTmpl -}}
{{- end -}}
{{- $vmAlertRemotes := include "vm.alert.remotes" . | fromYaml -}}
{{- $vmAlertTemplates := include "vm.alert.templates" . | fromYaml -}}
{{- $vmAlertRemotes := include "vm.alert.remotes" . | fromYaml -}}
{{- $spec := dict "extraArgs" $extraArgs "image" (dict "tag" $Chart.AppVersion) -}}
{{- with (include "vm.license.global" .) -}}
{{- $_ := set $spec "license" (fromYaml .) -}}
Expand Down

0 comments on commit b46b47e

Please sign in to comment.