Skip to content

Commit

Permalink
vmanomaly class fix (#1155)
Browse files Browse the repository at this point in the history
* changes with aliases

* charts/vmanomaly: follow-up for 3d6308b

---------

Co-authored-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
  • Loading branch information
Cambaza and zekker6 authored Jul 17, 2024
1 parent 7022de2 commit d1033ce
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-anomaly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Next release

- TODO
- fix default value for `.Values.config.schedulers.class`.

## 1.3.2

Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-anomaly/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: victoria-metrics-anomaly
description: Victoria Metrics Anomaly Detection - a service that continuously scans Victoria Metrics time series and detects unexpected changes within data patterns in real-time.
version: 1.3.2
version: 1.3.3
appVersion: v1.13.2
sources:
- https://github.com/VictoriaMetrics/helm-charts
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-anomaly/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ config:
# Scheduler alias
1w_1m:
# -- Scheduler class
class: ""
class: "periodic"
# -- How often to completely retrain the models. If missing value of infer_every is used and retrain on every inference run.
fit_every: ""
# -- What time range to use for training the models. Must be at least 1 second.
Expand Down

0 comments on commit d1033ce

Please sign in to comment.