VictoriaMetrics/deployment/marketplace/vultr/RELEASE_GUIDE.md
Denys Holius 24915fd4bc
Fix some typos and adds improvements for packer builds (#3825)
* 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
2023-02-23 12:42:55 +04:00

759 B

Release guide for Vultr Marketplace

Build image

  1. To build the snapshot in Vultr account you will need VULTR_API_KEY and packer.
  2. VULTR_API_KEY can be generated on https://my.vultr.com/settings/#settingsapi or use already generated from OnePassword.
  3. Choose prefered version of VictoriaMetrics on Github releases page.
  4. Set variables VULTR_API_KEY with VM_VERSION for packer environment and run make from example below:
make release-victoria-metrics-vultr-server VULTR_API_KEY="5FI5J9PZCCN1TAXPHI8UMDH5ZX8JIHJKTSLB" VM_VERSION="1.87.1"