You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that a more stable version of Openwhisk is located here on GitHub in the Master branch.
If you push Chart from Helm via repo, chart version getting from Tags
helm show chart openwhisk/openwhisk
apiVersion: v2
description: Apache OpenWhisk is an open source serverless cloud platform
home: https://openwhisk.apache.org
version: 1.0.0
But in the master branch, many problems were solved and a lot of PR was done, especially affecting errors such as here (#735). I think, more problems already been resolved, but changes was save in master branch.
So, could you check out the master branch and, if possible, create a TAG 1.0.1 and push it into Helm? Thank you very much!