Skip to content

Commit

Permalink
[FIX] Specifying imagePullPolicy: Always with 'latest' tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCinquini committed Mar 4, 2024
1 parent 38e8dec commit a4f6625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/dags/docker_cwl_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ spec:

containers:
- name: cwl-docker
image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:develop
image: ghcr.io/unity-sds/unity-sps/sps-docker-cwl:latest
imagePullPolicy: Always
command: ["/usr/share/cwl/docker_cwl_entrypoint.sh"]
securityContext:
privileged: true

0 comments on commit a4f6625

Please sign in to comment.