You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2023/04/18 16:37:33 UTC

[superset] branch master updated (0ad6c879b3 -> 70f3cc0b27)

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 0ad6c879b3 feat: add enforce URI query params with a specific for MySQL (#23723)
     add 70f3cc0b27 chore(helm): Reformat helm chart templates (#23681)

No new revisions were added by this update.

Summary of changes:
 helm/superset/templates/NOTES.txt                  |  4 +-
 helm/superset/templates/_helpers.tpl               | 45 +++++-----
 helm/superset/templates/configmap-superset.yaml    |  8 +-
 helm/superset/templates/deployment-beat.yaml       | 75 ++++++++---------
 helm/superset/templates/deployment-flower.yaml     | 76 ++++++++---------
 helm/superset/templates/deployment-worker.yaml     | 95 ++++++++++-----------
 helm/superset/templates/deployment-ws.yaml         | 68 +++++++--------
 helm/superset/templates/deployment.yaml            | 96 ++++++++++------------
 helm/superset/templates/ingress.yaml               | 21 +++--
 helm/superset/templates/init-job.yaml              | 48 +++++------
 helm/superset/templates/secret-env.yaml            |  2 +-
 .../superset/templates/secret-superset-config.yaml | 18 ++--
 helm/superset/templates/secret-ws.yaml             |  6 +-
 helm/superset/templates/service-account.yaml       |  2 +-
 helm/superset/templates/service.yaml               | 19 ++---
 helm/superset/values.yaml                          | 51 ++++--------
 16 files changed, 284 insertions(+), 350 deletions(-)