Skip to content

Commit

Permalink
Update VictoriaMetrics release from v1.81.0 to v1.81.1
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Sep 2, 2022
1 parent 3bcb0f9 commit 689b9ff
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion roles/cluster/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# Docker images defaults
vm_docker_image_tag: v1.81.0-cluster
vm_docker_image_tag: v1.81.1-cluster
vminsert_docker_repository: victoriametrics/vminsert
vmselect_docker_repository: victoriametrics/vmselect
vmstorage_docker_repository: victoriametrics/vmstorage
Expand Down
2 changes: 1 addition & 1 deletion roles/single/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
victoriametrics_version: "v1.81.0"
victoriametrics_version: "v1.81.1"

victoriametrics_platform: "{% if victoriametrics_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
victoriametrics_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
Expand Down
2 changes: 1 addition & 1 deletion roles/vmagent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def
| Parameter | Description | Default |
|-------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|
| vmagent_repo_url | Repository to use for download. | `https://github.com/VictoriaMetrics/VictoriaMetrics` |
| vmagent_version | vmagent version | `v1.81.0` |
| vmagent_version | vmagent version | `v1.81.1` |
| vmagent_download_url | URL to download archive | `{{ vmagent_repo_url }}/releases/download/{{ vmagent_version }}/vmutils-{{ vmagent_version }}.tar.gz` |
| vmagent_system_user | User to run vmagent | `vic_vm_agent` |
| vmagent_system_group | Group for user of vmagent | `{{ vmagent_system_user }}` |
Expand Down
2 changes: 1 addition & 1 deletion roles/vmagent/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vmagent_version: "v1.81.0"
vmagent_version: "v1.81.1"

vmagent_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
vmagent_platform: "{% if vmagent_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Expand Down
2 changes: 1 addition & 1 deletion roles/vmalert/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
vic_vm_alert_version: "v1.81.0"
vic_vm_alert_version: "v1.81.1"

vic_vm_alert_repo_url: "https://github.com/VictoriaMetrics/VictoriaMetrics"
vic_vm_alert_platform: "{% if vmagent_version.replace('v', '') is version('1.79.0', '>=') %}-linux{% endif %}"
Expand Down

0 comments on commit 689b9ff

Please sign in to comment.