mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
build(helm): Helm-docs + fix Helm chart release (#21963)
This commit is contained in:
7
.github/workflows/superset-helm-release.yml
vendored
7
.github/workflows/superset-helm-release.yml
vendored
@@ -3,9 +3,9 @@ name: Release Charts
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- "master"
|
||||
paths:
|
||||
- 'helm/**'
|
||||
- "helm/**"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
@@ -28,6 +28,9 @@ jobs:
|
||||
with:
|
||||
version: v3.5.4
|
||||
|
||||
- name: Add bitnami repo dependency
|
||||
run: helm repo add bitnami https://charts.bitnami.com/bitnami
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: ./.github/actions/chart-releaser-action
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user