synapse icon indicating copy to clipboard operation
synapse copied to clipboard

Add feature to specify the version of synapse-worker

Open Andy-Wu-2022 opened this issue 3 years ago • 0 comments

What would you like to be added:

Add feature to specify the version of synapse-worker

Why is this needed:

Currently, it is:

    image: ghcr.io/serverlessworkflow/synapse-worker:latest
    imagePullPolicy: IfNotPresent

By default, the version of synapse-worker will NOT update when updating the version of synapse itself. It will possibly cause some inconsistency.

thanks.

Andy-Wu-2022 avatar Jul 05 '22 11:07 Andy-Wu-2022