Skip to content

[Gradle Release Plugin] - pre tag commit: '2.15.1'. #16

[Gradle Release Plugin] - pre tag commit: '2.15.1'.

[Gradle Release Plugin] - pre tag commit: '2.15.1'. #16

Workflow file for this run

name: Release Helm Charts
on:
push:
tags:
- "**"
jobs:
call-workflow-passing-data:
name: Release & Publish Helm chart
uses: bakdata/ci-templates/.github/workflows/[email protected]
with:
charts-path: "./charts"
subdirs: "['producer-app','producer-app-cleanup-job','rclone-copy','streams-app','streams-app-cleanup-job']"
gh-pages-branch: gh-pages
secrets:
github-username: ${{ secrets.GH_USERNAME }}
github-email: ${{ secrets.GH_EMAIL }}
github-token: ${{ secrets.GH_TOKEN }}