This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch bug_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/bug_fixes by this push:
new d65da83 Cleanup
d65da83 is described below
commit d65da83009c2fb76c233171228d58745c6f7f43c
Author: Eamon Ford <[email protected]>
AuthorDate: Wed Nov 25 11:27:11 2020 -0800
Cleanup
---
helm/templates/collection-manager.yml | 2 +-
helm/templates/granule-ingester.yml | 2 +-
helm/templates/webapp.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/helm/templates/collection-manager.yml
b/helm/templates/collection-manager.yml
index a116dd0..3404e49 100644
--- a/helm/templates/collection-manager.yml
+++ b/helm/templates/collection-manager.yml
@@ -21,7 +21,7 @@ spec:
spec:
containers:
- image: {{ .Values.ingestion.collectionManager.image }}
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
name: collection-manager
env:
- name: RABBITMQ_USERNAME
diff --git a/helm/templates/granule-ingester.yml
b/helm/templates/granule-ingester.yml
index 323a5fb..7981343 100644
--- a/helm/templates/granule-ingester.yml
+++ b/helm/templates/granule-ingester.yml
@@ -21,7 +21,7 @@ spec:
spec:
containers:
- image: {{ .Values.ingestion.granuleIngester.image }}
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
name: granule-ingester
env:
- name: RABBITMQ_USERNAME
diff --git a/helm/templates/webapp.yml b/helm/templates/webapp.yml
index e4e2adf..6f71bb5 100644
--- a/helm/templates/webapp.yml
+++ b/helm/templates/webapp.yml
@@ -9,7 +9,7 @@ spec:
pythonVersion: "2"
mode: cluster
image: {{ .Values.webapp.distributed.image }}
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
mainApplicationFile:
local:///incubator-sdap-nexus/analysis/webservice/webapp.py
arguments:
- --cassandra-host={{ .Release.Name }}-cassandra