openshift-cloud-functions / js-function-operator

R&P for an operator to deploy and execute Node.js functions as Knative Services on Kubernetes
MIT License
1 stars 3 forks source link

The runtime image should be rebuilt when the function source changes #13

Closed lance closed 5 years ago

lance commented 5 years ago

When updating an existing JSFunction resource, the reconciler should rebuild the function.

Depends on https://github.com/openshift-cloud-functions/js-function-operator/pull/11

lance commented 5 years ago

This also implies that the ConfigMap containing the index.js and package.json be updated.