mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
24915fd4bc
* update helper scripts to latest versions * added missed command for initialisation variables from Makefile * deployment/marketplace/vultr/helper-scripts/vultr-helper.sh: update helper script to latest version * fixed typo for using VM_VERSION variable * added an example of specifying the VM_VERSION and tokens for API's * set packer logging to STDOUT by default
759 B
759 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.87.1"