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/07/08 22:58:04 UTC

[incubator-sdap-nexus] branch master updated (15dd6f8 -> c26054a)

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git.


    from 15dd6f8  SDAP-253 MaximaMinima Algorithm (#102)
     add c26054a  SDAP-238, SDAP-239, SDAP-246: Add Collection Manager, Granule Ingester, and Config Operator to NEXUS Helm chart

No new revisions were added by this update.

Summary of changes:
 helm/Chart.yaml                                    |   4 +-
 helm/README.md                                     |  24 ++++-
 helm/crds/gitbasedconfig-crd.yml                   |  34 ++++++
 helm/requirements.yaml                             |   4 +
 helm/templates/_helpers.tpl                        |  47 +++++++++
 helm/templates/collection-manager.yml              |  67 ++++++++++++
 helm/templates/collections-config-gitcfg.yml       |  13 +++
 helm/templates/config-operator-rbac.yml            |  19 ++++
 helm/templates/config-operator.yml                 |  24 +++++
 helm/templates/granule-ingester.yml                |  45 ++++++++
 helm/templates/history-pvc.yml                     |  12 +++
 helm/templates/{ingress.yaml => ingress.yml}       |   0
 .../{root-webpage.yaml => root-webpage.yml}        |   0
 helm/templates/{webapp.yaml => webapp.yml}         |   6 +-
 helm/values.yaml                                   | 114 +++++++++++++++++++--
 15 files changed, 397 insertions(+), 16 deletions(-)
 create mode 100644 helm/crds/gitbasedconfig-crd.yml
 create mode 100644 helm/templates/_helpers.tpl
 create mode 100644 helm/templates/collection-manager.yml
 create mode 100644 helm/templates/collections-config-gitcfg.yml
 create mode 100644 helm/templates/config-operator-rbac.yml
 create mode 100644 helm/templates/config-operator.yml
 create mode 100644 helm/templates/granule-ingester.yml
 create mode 100644 helm/templates/history-pvc.yml
 rename helm/templates/{ingress.yaml => ingress.yml} (100%)
 rename helm/templates/{root-webpage.yaml => root-webpage.yml} (100%)
 rename helm/templates/{webapp.yaml => webapp.yml} (93%)