fnproject / fn-helm

Helm Chart for Fn
Apache License 2.0
56 stars 24 forks source link

Set image tags to specific versions, instead of using 'latest' #26

Closed peterj closed 6 years ago

peterj commented 6 years ago

Break the image name into 'name' and 'tag' and lock down tag to the actual version number, instead of latest. Fixes #23

peterj commented 6 years ago

@zootalures ideally, we should be pushing the charts to the Helm repository and not require users to even clone the repo to install Fn.

zootalures commented 6 years ago

Yep for sure