File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ See full list at [defaults.yml](./defaults/main.yml)
9
9
| Parameter | Description | Default |
10
10
| ----------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
11
11
| victorialogs_repo_url | Repository to get binaries | ` https://github.com/VictoriaMetrics/VictoriaMetrics ` |
12
- | victorialogs_version | Version to install | ` v1.31 .0 ` |
12
+ | victorialogs_version | Version to install | ` v1.33 .0 ` |
13
13
| victorialogs_download_url | Resulting download url. | ` "{{ victorialogs_repo_url }}/releases/download/{{ victorialogs_version }}-victorialogs/victoria-logs-{{ victorialogs_platform }}-{{ go_arch }}-{{ victorialogs_version }}-victorialogs.tar.gz" ` |
14
14
| victorialogs_system_user | User to run service. | ` victoriametrics ` |
15
15
| victorialogs_system_group | Group to run service. | ` {{ victorialogs_system_user }} ` |
Original file line number Diff line number Diff line change 1
1
---
2
- victorialogs_version : " v1.31 .0"
2
+ victorialogs_version : " v1.33 .0"
3
3
4
4
victorialogs_platform : " linux"
5
5
victorialogs_repo_url : " https://github.com/VictoriaMetrics/VictoriaLogs"
You can’t perform that action at this time.
0 commit comments