Skip to content

feat(jira-software): Updated image to v9.12.5 (#907) #659

feat(jira-software): Updated image to v9.12.5 (#907)

feat(jira-software): Updated image to v9.12.5 (#907) #659

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
- release-*
paths:
- charts/**/Chart.yaml
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/release.yaml@86c123e3f5ced4f90d48b651e0d8279b529c366f # v0.3.3
permissions:
contents: write
id-token: write
packages: write
secrets:
oci_password: ${{ secrets.GITHUB_TOKEN }}
with:
chart_dir: charts
helm_repos: "bitnami=https://charts.bitnami.com/bitnami/"
release_as_latest: true
release_notes: true
publish_gh_pages: true
publish_oci: true
oci_registry: "ghcr.io"
oci_username: ${{ github.actor }}
oci_repository_prefix: ${{ github.repository }}