mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
2f21c0c119
The https://github.com/VictoriaMetrics/VictoriaMetrics/releases link may show non-latest releases at the top, such as LTS releases or VictoriaLogs releases. So it is better to use https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest link, which always redirect to the latest available release of VictoriaMetrics.
766 B
766 B
Release guide for Vultr Marketplace
Build image
- To build the snapshot in Vultr account you will need
VULTR_API_KEY
and packer. VULTR_API_KEY
can be generated on https://my.vultr.com/settings/#settingsapi or use already generated from OnePassword.- Choose prefered version of VictoriaMetrics on Github releases page.
- Set variables
VULTR_API_KEY
withVM_VERSION
forpacker
environment and run make from example below:
make release-victoria-metrics-vultr-server VULTR_API_KEY="5FI5J9PZCCN1TAXPHI8UMDH5ZX8JIHJKTSLB" VM_VERSION="1.90.0"