Skip to content

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

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

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

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
concurrency:
group: dbildungs-iam-server-chart-manual
cancel-in-progress: true
jobs:
scan:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/check-helm-kics.yaml@DBP-453-Create-Redis-DBCluster-available-for-session-storage-of-SPSH
permissions:
contents: read
release:
needs: scan
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/chart-release.yaml@DBP-453-Create-Redis-DBCluster-available-for-session-storage-of-SPSH
secrets: inherit
with:
chart_name: dbildungs-iam-server
helm_chart_version_generation: specified
image_tag_generation: specified
helm_chart_version: ${{ inputs.chart_version }}
image_tag: ${{ inputs.image_tag }}