build(helm): Helm-docs + fix Helm chart release (#21963)

This commit is contained in:
Yann Jouanique
2022-10-30 01:29:54 +02:00
committed by GitHub
parent efefb66c2d
commit ae9a30b37c
5 changed files with 28 additions and 11 deletions

View File

@@ -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: