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

dklco pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.


    from b29c483  UPdating node depedencies
     new dc18e67  Updating to have the Felix health servlet exposed
     new 82b0836  Adding local addresses
     new ce7a4bd  Fixing artifact classifier
     new 6ab4cfe  Adding initial helm configuration

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .helmignore                                        | 23 ++++++
 Chart.yaml                                         | 23 ++++++
 docker/cms/download-dependencies.sh                |  2 +-
 docker/webcache/cms.conf                           |  1 +
 docker/webcache/site.conf                          |  1 +
 .../features/oak/node-store/composite-seed.json    |  3 -
 feature/src/main/features/oak/oak_base.json        |  3 +
 helm/slingcms-standalone/.helmignore               | 23 ++++++
 helm/slingcms-standalone/Chart.yaml                | 23 ++++++
 helm/slingcms-standalone/README.md                 | 20 ++++++
 helm/slingcms-standalone/templates/NOTES.txt       | 21 ++++++
 helm/slingcms-standalone/templates/_helpers.tpl    | 62 ++++++++++++++++
 helm/slingcms-standalone/templates/deployment.yaml | 80 +++++++++++++++++++++
 helm/slingcms-standalone/templates/ingress.yaml    | 41 +++++++++++
 .../templates/persistentvolumeclaim.yaml           | 13 ++++
 helm/slingcms-standalone/templates/service.yaml    | 15 ++++
 .../templates/serviceaccount.yaml                  | 12 ++++
 .../templates/tests/test-connection.yaml           | 15 ++++
 helm/slingcms-standalone/values.yaml               | 84 ++++++++++++++++++++++
 19 files changed, 461 insertions(+), 4 deletions(-)
 create mode 100644 .helmignore
 create mode 100644 Chart.yaml
 create mode 100644 helm/slingcms-standalone/.helmignore
 create mode 100644 helm/slingcms-standalone/Chart.yaml
 create mode 100644 helm/slingcms-standalone/README.md
 create mode 100644 helm/slingcms-standalone/templates/NOTES.txt
 create mode 100644 helm/slingcms-standalone/templates/_helpers.tpl
 create mode 100644 helm/slingcms-standalone/templates/deployment.yaml
 create mode 100644 helm/slingcms-standalone/templates/ingress.yaml
 create mode 100644 
helm/slingcms-standalone/templates/persistentvolumeclaim.yaml
 create mode 100644 helm/slingcms-standalone/templates/service.yaml
 create mode 100644 helm/slingcms-standalone/templates/serviceaccount.yaml
 create mode 100644 
helm/slingcms-standalone/templates/tests/test-connection.yaml
 create mode 100644 helm/slingcms-standalone/values.yaml

Reply via email to