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 2020/04/22 14:46:27 UTC

[incubator-superset] branch master updated (dcbffed -> d052f47)

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/incubator-superset.git.


    from dcbffed  [SQL Lab] Lock result set controls to be always visible (#9587)
     add d052f47  improve helm chart (#9346)

No new revisions were added by this update.

Summary of changes:
 install/helm/superset/Chart.yaml                   |   2 +-
 .../helm/superset/requirements.yaml                |  12 +-
 install/helm/superset/templates/_helpers.tpl       |  36 ++++++
 install/helm/superset/templates/deployment.yaml    |  45 ++++++-
 install/helm/superset/templates/init-job.yaml      |  80 ++++++++++++
 ...{configmap.yaml => secret-superset-config.yaml} |  17 +--
 .../templates/{configmap.yaml => secret.yaml}      |  19 ++-
 install/helm/superset/values.yaml                  | 142 ++++++++++++++++++++-
 8 files changed, 330 insertions(+), 23 deletions(-)
 copy docker/requirements-extra.txt => install/helm/superset/requirements.yaml (74%)
 create mode 100644 install/helm/superset/templates/init-job.yaml
 copy install/helm/superset/templates/{configmap.yaml => secret-superset-config.yaml} (71%)
 rename install/helm/superset/templates/{configmap.yaml => secret.yaml} (53%)