Skip to content

Helm

Helm #6

Workflow file for this run

name: Helm
on:
workflow_dispatch:
inputs:
release-type:
description: "The scope of the release (major, minor or patch)."
default: "patch"
required: false
jobs:
call-workflow-passing-data:
name: Release & Publish Helm chart
uses: bakdata/ci-templates/.github/workflows/[email protected]
with:
page-url: https://bakdata.github.io/streams-explorer
release-type: ${{ inputs.release-type }}
charts-dir: helm-chart
skip-download: "false"
secrets:
github-username: ${{ secrets.GH_USERNAME }}
github-email: ${{ secrets.GH_EMAIL }}
github-token: ${{ secrets.GH_TOKEN }}