This is an automated email from the ASF dual-hosted git repository.
piotr pushed a change to branch headers_encryption
in repository https://gitbox.apache.org/repos/asf/iggy.git
from 38186b61a Merge branch 'master' into headers_encryption
add 411a697eb ci: add Helm chart validation (#3019)
add 6c2d6e1a7 Merge branch 'master' into headers_encryption
No new revisions were added by this update.
Summary of changes:
.github/actions/utils/setup-helm-tools/action.yml | 67 ++++
.github/config/components.yml | 5 +
.github/workflows/_test.yml | 23 ++
helm/charts/iggy/README.md | 79 +++-
helm/charts/iggy/templates/hpa.yaml | 13 +-
helm/charts/iggy/templates/ingress.yaml | 12 +-
scripts/ci/setup-helm-smoke-cluster.sh | 235 +++++++++++
scripts/ci/setup-helm-tools.sh | 111 ++++++
scripts/ci/test-helm.sh | 452 ++++++++++++++++++++++
9 files changed, 981 insertions(+), 16 deletions(-)
create mode 100644 .github/actions/utils/setup-helm-tools/action.yml
create mode 100755 scripts/ci/setup-helm-smoke-cluster.sh
create mode 100755 scripts/ci/setup-helm-tools.sh
create mode 100755 scripts/ci/test-helm.sh