Skip to content

Helm Create Snapshot Call #12

Helm Create Snapshot Call

Helm Create Snapshot Call #12

name: Helm Create Snapshot Call
on:
workflow_dispatch:
inputs:
helm-chart:
type: choice
description: Which hlem chart to create a snapshot for
default: ""
options:
- cheetah-application
- flink-job
- image-automation
jobs:
create-snapshot:
uses: trifork/cheetah-infrastructure-utils-workflows/.github/workflows/helm-create-snapshot-call.yml@main
with:
helm-chart: ${{ inputs.helm-chart}}
secrets:
PAT: ${{ secrets.GH_TOKEN }}