This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): ensure controller version is not a chart version (#1927)
Currently, we make tags of the form `v.X.Y.Z` for binary releases and `chart/X.Y.Z` for the Helm chart. The version is passed to the osm-controller binary via a linker flag. If both a chart and regular semver tag exist on the same commit, the chart tag may be passed instead of the regular version tag. This change ensures only our regular semver tags are used for the versions embedded in the binaries.
- Loading branch information