File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
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.76.1 -cluster
3
+ vm_docker_image_tag : v1.77.0 -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.76.1 ` |
12
+ | victoriametrics_version | Version to install | ` v1.77.0 ` |
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 ` |
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ victoriametrics_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
3
3
victoriametrics_download_url : " {{ victoriametrics_repo_url }}/releases/download/{{ victoriametrics_version }}/victoria-metrics-{{ go_arch }}-{{ victoriametrics_version }}.tar.gz"
4
4
victoriametrics_utils_download_url : " {{ victoriametrics_repo_url }}/releases/download/{{ victoriametrics_version }}/vmutils-{{ go_arch }}-{{ victoriametrics_version }}.tar.gz"
5
5
6
- victoriametrics_version : " v1.76.1 "
6
+ victoriametrics_version : " v1.77.0 "
7
7
victoriametrics_system_user : " victoriametrics"
8
8
victoriametrics_system_group : " {{ victoriametrics_system_user }}"
9
9
victoriametrics_data_dir : " /var/lib/victoria-metrics/"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def
9
9
| Parameter | Description | Default |
10
10
| -------------------------------------| ---------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------|
11
11
| vmagent_repo_url | Repository to use for download. | ` https://github.com/VictoriaMetrics/VictoriaMetrics ` |
12
- | vmagent_version | vmagent version | ` v1.76.1 ` |
12
+ | vmagent_version | vmagent version | ` v1.77.0 ` |
13
13
| vmagent_download_url | URL to download archive | ` {{ vmagent_repo_url }}/releases/download/{{ vmagent_version }}/vmutils-{{ vmagent_version }}.tar.gz ` |
14
14
| vmagent_system_user | User to run vmagent | ` vic_vm_agent ` |
15
15
| vmagent_system_group | Group for user of vmagent | ` {{ vmagent_system_user }} ` |
Original file line number Diff line number Diff line change 1
1
---
2
2
vmagent_repo_url : " https://github.com/VictoriaMetrics/VictoriaMetrics"
3
3
vmagent_download_url : " {{ vmagent_repo_url }}/releases/download/{{ vmagent_version }}/vmutils-{{ go_arch }}-{{ vmagent_version }}.tar.gz"
4
- vmagent_version : " v1.76.1 "
4
+ vmagent_version : " v1.77.0 "
5
5
vmagent_system_user : " vic_vm_agent"
6
6
vmagent_system_group : " {{ vmagent_system_user }}"
7
7
vmagent_config_dir : " /opt/vic-vmagent"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Installs `vmalert` as binary running with systemd
7
7
| Parameter | Description | Default |
8
8
| ----------------------------------| -------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------|
9
9
| vic_vm_alert_repo_url | Repository to get binaries | ` https://github.com/VictoriaMetrics/VictoriaMetrics ` |
10
- | vic_vm_alert_version | Version to install | ` v1.76.1 ` |
10
+ | vic_vm_alert_version | Version to install | ` v1.77.0 ` |
11
11
| 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" ` |
12
12
| vic_vm_alert_system_user | User to run ` vmalert ` . | ` vic_vm_alert ` |
13
13
| 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
2
vic_vm_alert_repo_url : " https://github.com/VictoriaMetrics/VictoriaMetrics"
3
3
vic_vm_alert_download_url : " {{ vic_vm_alert_repo_url }}/releases/download/{{ vic_vm_alert_version }}/vmutils-{{ go_arch }}-{{ vic_vm_alert_version }}.tar.gz"
4
- vic_vm_alert_version : " v1.76.1 "
4
+ vic_vm_alert_version : " v1.77.0 "
5
5
vic_vm_alert_system_user : " vic_vm_alert"
6
6
vic_vm_alert_system_group : " {{ vic_vm_alert_system_user }}"
7
7
vic_vm_alert_config_dir : " /opt/vic-vmalert"
You can’t perform that action at this time.
0 commit comments