diff --git a/open-metadata-resources/open-metadata-deployment/charts/egeria-base/values.yaml b/open-metadata-resources/open-metadata-deployment/charts/egeria-base/values.yaml index f78efbd14fd..da82301f219 100644 --- a/open-metadata-resources/open-metadata-deployment/charts/egeria-base/values.yaml +++ b/open-metadata-resources/open-metadata-deployment/charts/egeria-base/values.yaml @@ -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 diff --git a/open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/files/egeria-ui/application.properties b/open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/files/egeria-ui/application.properties new file mode 100644 index 00000000000..e69de29bb2d diff --git a/open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/values.yaml b/open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/values.yaml index 897281552bc..6b1ad0d57b3 100644 --- a/open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/values.yaml +++ b/open-metadata-resources/open-metadata-deployment/charts/odpi-egeria-lab/values.yaml @@ -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