This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
The following commit(s) were added to refs/heads/master by this push:
new a91c999 Bump ingester versions (#118)
a91c999 is described below
commit a91c99983d989797c624dfb78bce78aad982e8f3
Author: Eamon Ford <eamonford@gmail.com>
AuthorDate: Tue Jan 5 14:16:41 2021 -0800
Bump ingester versions (#118)
---
helm/values.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm/values.yaml b/helm/values.yaml
index b50aee9..6601705 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -30,7 +30,7 @@ ingestion:
granuleIngester:
replicas: 2
- image: nexusjpl/granule-ingester:0.1.3
+ image: nexusjpl/granule-ingester:0.1.4
## cpu refers to both request and limit
cpu: 1
@@ -39,7 +39,7 @@ ingestion:
memory: 1Gi
collectionManager:
- image: nexusjpl/collection-manager:0.1.3
+ image: nexusjpl/collection-manager:0.1.4
## cpu refers to both request and limit
cpu: 0.5
|