* Adds helm chart to app version matrix
* Previously, there was not an easy way to correlate the app version
to a helm chart version. Many people ask this question in public
slack channel or must get data themselves. This adds a script
to produce the desired matrix data as a table, json, or yaml output
to help folks who are upgrading.
Signed-off-by: Corey Osman <corey@logicminds.biz>
* Remove bin directory from gitignore
* Previously the bin directory was being ignored despite this being
a logical place to contain scripts. It has been re-enabled
and the python script was added as a result.
* Update script to handle edge releases better
Signed-off-by: Corey Osman <corey@logicminds.biz>
* Add build release matrix to build target
Signed-off-by: Corey Osman <corey@logicminds.biz>
* Rebase and regenerate matrix with 2.14.7
Signed-off-by: Corey Osman <corey@logicminds.biz>
---------
Signed-off-by: Corey Osman <corey@logicminds.biz>