Skip to content

Commit

Permalink
odpi#5211 fix ifNotPresent flag for release to minimize container dow…
Browse files Browse the repository at this point in the history
…nloads

Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed May 28, 2021
1 parent 4d27672 commit f6ca361
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ imageDefaults:
registry: docker.io
namespace: odpi
tag: latest
pullPolicy: Always
pullPolicy: IfNotPresent

# The following section defines all of the DOCKER images being used by this chart. Normally they should be left as is,
# but are exposed here in case the user wishes to extend. By default, each will use the 'imageDefaults' above, but
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ imageDefaults:
registry: docker.io
namespace: odpi
tag: latest
pullPolicy: Always
pullPolicy: IfNotPresent

# The following section defines all of the DOCKER images being used by this chart. Normally they should be left as is,
# but are exposed here in case the user wishes to extend. By default, each will use the 'imageDefaults' above, but
Expand Down

0 comments on commit f6ca361

Please sign in to comment.