linkyard / helm-chart-resource

A Concourse resource for downloading Helm charts
Apache License 2.0
3 stars 6 forks source link

Fix check for major version changes #5

Closed arbourd closed 6 years ago

arbourd commented 6 years ago

The semver constraint ^ does not include major version changes. This prevents any major revisions from being properly reported to Concourse.

This commit changes ^ to > which will return all versions greater than.