You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/09/15 16:46:31 UTC

[incubator-sdap-nexus] 03/04: upgrade images

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

commit 2679e641b5218ed8729c1c34b02e2fac44d2955e
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Tue Aug 11 11:59:57 2020 -0700

    upgrade images
---
 helm/values.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm/values.yaml b/helm/values.yaml
index 4c7bca4..9d1280d 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -31,7 +31,7 @@ ingestion:
 
   granuleIngester:
     replicas: 2
-    image: nexusjpl/granule-ingester:0.0.3
+    image: nexusjpl/granule-ingester:0.0.4
 
     ## cpu refers to both request and limit
     cpu: 1
@@ -40,7 +40,7 @@ ingestion:
     memory: 1Gi
 
   collectionManager:
-    image: nexusjpl/collection-manager:0.0.3
+    image: nexusjpl/collection-manager:0.0.4
 
     ## cpu refers to both request and limit
     cpu: 0.5