This is an automated email from the ASF dual-hosted git repository. tloubrieu pushed a commit to branch SDAP-268 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit a1f0bdfd241ab548d210f3bfa07fb578ab32fb14 Author: Eamon Ford <[email protected]> AuthorDate: Mon Aug 3 19:03:02 2020 -0700 pr --- helm/templates/collection-manager.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/collection-manager.yml b/helm/templates/collection-manager.yml index 374eabd..255deb3 100644 --- a/helm/templates/collection-manager.yml +++ b/helm/templates/collection-manager.yml @@ -19,7 +19,7 @@ spec: spec: containers: - image: {{ .Values.ingestion.collectionManager.image }} - imagePullPolicy: Always + imagePullPolicy: IfNotPresent name: collection-manager env: - name: RABBITMQ_USERNAME
