harvester-installer icon indicating copy to clipboard operation
harvester-installer copied to clipboard

[v1.3] Add addon version check with the repo

Open w13915984028 opened this issue 8 months ago • 0 comments

Problem:

Addon & repo chart version mis-matching (e.g. https://github.com/harvester/harvester/issues/5840)

Solution:

Check version matching in the step of build-bundle

In amd64 architecture, the mismatching will cause build failure In arm64 architecture, the mismatching will print some WARNING messages but build continue

Related Issue: https://github.com/harvester/harvester/issues/4937 https://github.com/harvester/harvester/issues/5840

Test plan:

Refer https://github.com/harvester/harvester-installer/pull/750#issue-2331553065

This is a manual backport of https://github.com/harvester/harvester-installer/pull/750, as the addon upgrade path is changed in master-head.

w13915984028 avatar Jun 06 '24 09:06 w13915984028