You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/06/20 17:32:25 UTC

[hop] branch master updated (28baa49b2c -> 068eb597f1)

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

hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


    from 28baa49b2c Merge pull request #1539 from hansva/master
     new 74513f5dc6 fix typo
     new 20ff5ca496 HOP-3979 : allow extra variable assignment to deployment
     new 0000920de4 HOP-3979 : minimal volume support
     new c0a6acac09 HOP-3979 : add ingress values + update values.yaml documentation + chart metadata
     new e9784981e7 HOP-3979 : chart distrib
     new b83608ed7f HOP-3979 : changes requested by the reviewer
     new 4f5e683496 Merge branch 'apache:master' into HOP-3979
     new 068eb597f1 Merge pull request #1540 from scali/HOP-3979

The 4123 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:
 helm/README.md                                     |  5 +-
 helm/hop-server/Chart.yaml                         |  4 +-
 helm/hop-server/templates/_helpers.tpl             | 10 +++
 helm/hop-server/templates/hop-config.yaml          |  8 +--
 helm/hop-server/templates/hop-deployment.yaml      | 52 ++++++++++------
 helm/hop-server/templates/hop-service.yaml         | 12 ++--
 .../templates/tests/test-connection.yaml           |  2 +-
 helm/hop-server/values.yaml                        | 71 +++++++++++++++++++---
 8 files changed, 119 insertions(+), 45 deletions(-)