Skip to content

Commit

Permalink
Update pull policy to IfNotPresent for release
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Jul 30, 2021
1 parent e8c5469 commit cc27f34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/egeria-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: egeria-base
description: Egeria simple deployment to Kubernetes
apiVersion: v2
version: 3.0.0-prerelease.1
version: 3.0.0-prerelease.2
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, base, simple
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: odpi-egeria-lab
description: Egeria lab environment
apiVersion: v1
version: 3.0.0-prerelease.1
version: 3.0.0-prerelease.2
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, lab, jupyter, notebook
Expand Down
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/values.yaml
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 cc27f34

Please sign in to comment.