File tree Expand file tree Collapse file tree 7 files changed +7
-9
lines changed Expand file tree Collapse file tree 7 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
# Docker images defaults
3
- vm_docker_image_tag : v1.91.1 -cluster
3
+ vm_docker_image_tag : v1.91.2 -cluster
4
4
vminsert_docker_repository : victoriametrics/vminsert
5
5
vmselect_docker_repository : victoriametrics/vmselect
6
6
vmstorage_docker_repository : victoriametrics/vmstorage
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
| victoriametrics_repo_url | Repository to get binaries | ` https://github.com/VictoriaMetrics/VictoriaMetrics ` |
12
- | victoriametrics_version | Version to install | ` v1.91.1 ` |
12
+ | victoriametrics_version | Version to install | ` v1.91.2 ` |
13
13
| victoriametrics_download_url | Resulting download url. | ` "{{ victoriametrics_repo_url }}/releases/download/{{ victoriametrics_version }}/vmutils-{{ go_arch }}-{{ victoriametrics_version }}.tar.gz" ` |
14
14
| victoriametrics_utils_download_url | Resulting download url. | ` "{{ victoriametrics_repo_url }}/releases/download/{{ victoriametrics_version }}/vmutils-{{ go_arch }}-{{ victoriametrics_version }}.tar.gz" ` |
15
15
| victoriametrics_system_user | User to run service. | ` victoriametrics ` |
@@ -29,4 +29,3 @@ See full list at [defaults.yml](./defaults/main.yml)
29
29
| victoriametrics_service_envflag_enabled | Enable usage of environment variables for configuration. Read more: [ docs] ( https://docs.victoriametrics.com/#environment-variables ) | ` false ` |
30
30
| victoriametrics_service_envflag_data | Flags data to pass to service | see [ defaults.yml] ( ./defaults/main.yml ) |
31
31
| victoriametrics_service_envflag_file | Location of env file to include for service. | see [ defaults.yml] ( ./defaults/main.yml ) |
32
-
Original file line number Diff line number Diff line change 1
1
---
2
- victoriametrics_version : " v1.91.1 "
2
+ victoriametrics_version : " v1.91.2 "
3
3
4
4
victoriametrics_platform : " {% if victoriametrics_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
5
5
victoriametrics_repo_url : " https://github.com/VictoriaMetrics/VictoriaMetrics"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The following table lists the configurable parameters of the roles and their def
13
13
| Parameter | Description | Default |
14
14
| -------------------------------------| ----------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------|
15
15
| vmagent_repo_url | Repository to use for download. | ` https://github.com/VictoriaMetrics/VictoriaMetrics ` |
16
- | vmagent_version | vmagent version | ` v1.91.1 ` |
16
+ | vmagent_version | vmagent version | ` v1.91.2 ` |
17
17
| vmagent_download_url | URL to download archive | ` {{ vmagent_repo_url }}/releases/download/{{ vmagent_version }}/vmutils-{{ vmagent_version }}.tar.gz ` |
18
18
| vmagent_system_user | User to run vmagent | ` vic_vm_agent ` |
19
19
| vmagent_system_group | Group for user of vmagent | ` {{ vmagent_system_user }} ` |
@@ -27,4 +27,3 @@ The following table lists the configurable parameters of the roles and their def
27
27
| vmagent_systemd_protect_home | Configure Systemd home protection. See See https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ProtectHome= | ` "yes" ` |
28
28
| vm_proxy_http | Sets environment for downloading archive | ` "" ` |
29
29
| vm_proxy_https | Sets environment for downloading archive | ` "" ` |
30
-
Original file line number Diff line number Diff line change 1
1
---
2
- vmagent_version : " v1.91.1 "
2
+ vmagent_version : " v1.91.2 "
3
3
4
4
vmagent_repo_url : " https://github.com/VictoriaMetrics/VictoriaMetrics"
5
5
vmagent_platform : " {% if vmagent_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Installs `vmalert` as binary running with systemd
9
9
| Parameter | Description | Default |
10
10
| ----------------------------------| -------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------|
11
11
| vic_vm_alert_repo_url | Repository to get binaries | ` https://github.com/VictoriaMetrics/VictoriaMetrics ` |
12
- | vic_vm_alert_version | Version to install | ` v1.91.1 ` |
12
+ | vic_vm_alert_version | Version to install | ` v1.91.2 ` |
13
13
| vic_vm_alert_download_url | Resulting download url. | ` "{{ vic_vm_alert_repo_url }}/releases/download/{{ vic_vm_alert_version }}/vmutils-{{ go_arch }}-{{ vic_vm_alert_version }}.tar.gz" ` |
14
14
| vic_vm_alert_system_user | User to run ` vmalert ` . | ` vic_vm_alert ` |
15
15
| vic_vm_alert_system_group | Group to run ` vmalert ` . | ` {{ vic_vm_alert_system_user }} ` |
Original file line number Diff line number Diff line change 1
1
---
2
- vic_vm_alert_version : " v1.91.1 "
2
+ vic_vm_alert_version : " v1.91.2 "
3
3
4
4
vic_vm_alert_repo_url : " https://github.com/VictoriaMetrics/VictoriaMetrics"
5
5
vic_vm_alert_platform : " {% if vic_vm_alert_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
You can’t perform that action at this time.
0 commit comments