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

Allow env deploy to have a "Always" pull policy #78

Open SaMnCo opened 7 years ago

SaMnCo commented 7 years ago

Currently the default pull policy of the environments are "IfNotPresent" and it is not possible to change it without manually updating the deployments.

It would be nice to be able to update the env with a --force which would trigger a forced update even if running on "latest"

This is not a big deal, especially with packaging coming up, just a nice to have.