Commit 5f1defd0 authored by llsheldon's avatar llsheldon Committed by Matthew Fisher
Browse files

fix(helm):Fix dependency aliaes not working

The alias functionality only works when a hardcoded version
is used. Any use of semver logic causes unexpected behavior.
I use version.IsCompatibleRange to check the dependency version.

Closes #2794

(cherry picked from commit 0440b54b)
No related merge requests found
Showing with 17 additions and 2 deletions
+17 -2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment