Skip to content

feat(plantuml): Updated image to v1.2023.13 (#846) #612

feat(plantuml): Updated image to v1.2023.13 (#846)

feat(plantuml): Updated image to v1.2023.13 (#846) #612

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
paths:
- charts/**/Chart.yaml
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/release.yaml@43e5782fead293b2f222cdcb04e6a55c7fc13835 # v0.1.13
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_name_template: "{{ .Name }}-{{ .Version }}"
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 }}