Skip to content

Commit

Permalink
Merge pull request #4345 from cloudfoundry/image-pull-policy
Browse files Browse the repository at this point in the history
Helm: Change default image pull policy to Always
  • Loading branch information
richard-cox authored Jun 5, 2020
2 parents 5be880b + 0fca667 commit 7d2946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/console/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dockerRegistrySecret: regsecret
#noProxy: localhost
#ftpProxy: proxy.corp.net
#socksProxy: sock-proxy.corp.net
imagePullPolicy: IfNotPresent
imagePullPolicy: Always

console:
cookieDomain:
Expand Down

0 comments on commit 7d2946e

Please sign in to comment.