Skip to content

Merge pull request #9 from thealtoclef/update-doris-operator-version-… #2

Merge pull request #9 from thealtoclef/update-doris-operator-version-…

Merge pull request #9 from thealtoclef/update-doris-operator-version-… #2

Workflow file for this run

name: Release Helm Chart
on:
workflow_dispatch: # for manual testing
push:
branches:
- main
paths:
- "**/Chart.yaml"
jobs:
call-helm-release:
permissions:
contents: write
packages: write
uses: thealtoclef/modular-automations/.github/workflows/helm-release.yaml@main
with:
chart_dirs: "helm-charts"