This is an automated email from the ASF dual-hosted git repository.
craigrueda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 7e3e13321b fix: Most common flaky Cypress tests (#21941)
add 06da7bf65c feat(helm): Support for flower and websocket containers
(#21806)
No new revisions were added by this update.
Summary of changes:
.github/workflows/superset-helm-lint.yml | 1 +
.markdownlint.json | 4 +
helm/superset/Chart.lock | 9 +
helm/superset/Chart.yaml | 25 +-
helm/superset/README.md | 249 ++++++++
helm/superset/README.md.gotmpl | 40 ++
helm/superset/templates/deployment-beat.yaml | 42 +-
...deployment-beat.yaml => deployment-flower.yaml} | 104 +--
helm/superset/templates/deployment-worker.yaml | 50 +-
helm/superset/templates/deployment-ws.yaml | 138 ++++
helm/superset/templates/deployment.yaml | 66 +-
helm/superset/templates/ingress.yaml | 15 +-
helm/superset/templates/init-job.yaml | 12 +-
...{secret-superset-config.yaml => secret-ws.yaml} | 19 +-
helm/superset/templates/service.yaml | 58 ++
helm/superset/values.schema.json | 700 ---------------------
helm/superset/values.yaml | 433 ++++++++++---
lintconf.yaml | 8 +-
18 files changed, 1008 insertions(+), 965 deletions(-)
create mode 100644 .markdownlint.json
create mode 100644 helm/superset/Chart.lock
create mode 100644 helm/superset/README.md
create mode 100644 helm/superset/README.md.gotmpl
copy helm/superset/templates/{deployment-beat.yaml => deployment-flower.yaml}
(51%)
create mode 100644 helm/superset/templates/deployment-ws.yaml
copy helm/superset/templates/{secret-superset-config.yaml => secret-ws.yaml}
(70%)
delete mode 100644 helm/superset/values.schema.json