Skip to content

Commit

Permalink
Merge pull request #1204 from porter-dev/cron-pull-policy
Browse files Browse the repository at this point in the history
change cron pull policy to Always
  • Loading branch information
d-g-town authored Feb 12, 2024
2 parents a0b04b8 + cd6df02 commit 394e2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/job/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allowConcurrency: true

image:
repository: public.ecr.aws/o1j4x7p4/hello-porter-job
pullPolicy: IfNotPresent
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: latest

Expand Down

0 comments on commit 394e2f2

Please sign in to comment.