This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch bump-versions
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 7239fdb095b9915ffe1c73ecf276aeb437465091
Author: Eamon Ford <eamonford@gmail.com>
AuthorDate: Fri Jan 8 14:37:12 2021 -0800
Bump ingester versions
---
helm/values.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/helm/values.yaml b/helm/values.yaml
index 6601705..fdbcd53 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -30,7 +30,7 @@ ingestion:
granuleIngester:
replicas: 2
- image: nexusjpl/granule-ingester:0.1.4
+ image: nexusjpl/granule-ingester:0.1.5
## cpu refers to both request and limit
cpu: 1
@@ -39,7 +39,7 @@ ingestion:
memory: 1Gi
collectionManager:
- image: nexusjpl/collection-manager:0.1.4
+ image: nexusjpl/collection-manager:0.1.5
## cpu refers to both request and limit
cpu: 0.5
|