fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Helm chart notes: incorrect image tag in command #72

Closed soamvasani closed 7 years ago

soamvasani commented 7 years ago

The env create command has the wrong image tag (it is 0.3.0 not v0.3.0):

The right command is:

fission env create --name binary --image fission/binary-env:0.3.0

but the NOTES contains the command with an extra 'v' in the tag.

erwinvaneyk commented 7 years ago

Fixed in #79