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 5ba8fc8802239bd7bf4e65119828b0db726f88d1 Author: Eamon Ford <[email protected]> AuthorDate: Tue Jan 5 10:14:50 2021 -0800 Bump granule-ingester aned collection-manager versions from 0.1.2 -> 0.1.3 --- helm/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index bbadc1b..b50aee9 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -30,7 +30,7 @@ ingestion: granuleIngester: replicas: 2 - image: nexusjpl/granule-ingester:0.1.2 + image: nexusjpl/granule-ingester:0.1.3 ## cpu refers to both request and limit cpu: 1 @@ -39,7 +39,7 @@ ingestion: memory: 1Gi collectionManager: - image: nexusjpl/collection-manager:0.1.2 + image: nexusjpl/collection-manager:0.1.3 ## cpu refers to both request and limit cpu: 0.5
