Skip to content

Merge pull request #10 from thealtoclef/update-doris-version-1.6.2-rc.1 #3

Merge pull request #10 from thealtoclef/update-doris-version-1.6.2-rc.1

Merge pull request #10 from thealtoclef/update-doris-version-1.6.2-rc.1 #3

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"