Skip to content

Push Charts to helm-charts-registry manually with specified version #17

Push Charts to helm-charts-registry manually with specified version

Push Charts to helm-charts-registry manually with specified version #17

name: Push Charts to helm-charts-registry manually with specified version
on:
workflow_dispatch:
inputs:
chart_version:
type: string
description: "Chart version"
required: true
image_tag:
type: string
description: "image tag"
required: true
helm_repo_list:
type: string
description: "List of helm repos "
required: true
concurrency:
group: schulportal-client-chart-manual
cancel-in-progress: true
jobs:
scan:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-helm-kics.yaml@OPS-6636-Allow-adding-dependencies-chart-release
permissions:
contents: read
release:
needs: scan
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@OPS-6636-Allow-adding-dependencies-chart-release
secrets: inherit
with:
chart_name: schulportal-client
helm_chart_version_generation: specified
image_tag_generation: specified
helm_chart_version: ${{ inputs.chart_version }}
image_tag: ${{ inputs.image_tag }}