Skip to content

Commit

Permalink
Merge branch 'devel' of https://github.com/grycap/oscar into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Oct 8, 2024
2 parents e5c13a2 + 6dab63b commit 4345d3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/oscar-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ The output of synchronous invocations will depend on the application itself:

This way users can adapt OSCAR's services to their own needs.

### Container images

Container images on asynchronous services use the tag `imagePullPolicy: Always`, which means that Kubernetes will check for the image digest on the image registry and download it if it is not present.
So, if you are using an image without a specific tag or with the latest tag, the service will automatically download and use the most recent version of the image on its executions, whenever the image is updated.

You can follow one of the
[examples](https://github.com/grycap/oscar/tree/master/examples)
Expand Down

0 comments on commit 4345d3e

Please sign in to comment.