Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 552 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 552 Bytes

addons

Repo contains addon info under /pkg/templates

The templates need to be generated for harvester-installer packaging as follows: go run . -generateTemplates -path $path_to_installer_templates

For harvester upgrade path, the templates need to be rendered, and easiest way to do the same is to call

go run . -generateAddons -path $upgrade_path_manifests

The repo also contains a version_info file which is sourced by harvester-installer build-bundle script

Please ensure image and chart info update is also reflected in this file.