fix(helm): use submodule on helm release action (#30924)
This commit is contained in:
parent
f38f5ac3cf
commit
a3e89cbfab
|
|
@ -1 +1 @@
|
|||
Subproject commit 120944e66390c2534cc1b3c62d7285ba7ff02594
|
||||
Subproject commit a917fd15b20e8b64b94d9158ad54cd6345335584
|
||||
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.6.0
|
||||
uses: ./.github/actions/chart-releaser-action
|
||||
with:
|
||||
charts_dir: helm
|
||||
mark_as_latest: false
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ maintainers:
|
|||
- name: craig-rueda
|
||||
email: craig@craigrueda.com
|
||||
url: https://github.com/craig-rueda
|
||||
version: 0.13.0
|
||||
version: 0.13.1
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: 12.1.6
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ NOTE: This file is generated by helm-docs: https://github.com/norwoodj/helm-docs
|
|||
|
||||
# superset
|
||||
|
||||

|
||||

|
||||
|
||||
Apache Superset is a modern, enterprise-ready business intelligence web application
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue