Skip to content

feat(thanos): Updated image to 0.37.2 (#1096) #794

feat(thanos): Updated image to 0.37.2 (#1096)

feat(thanos): Updated image to 0.37.2 (#1096) #794

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
- release-*
paths:
- charts/**/Chart.yaml
permissions: read-all
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/release.yaml@6515ffdd878f523380b73a1a4b80d8176beb6bd7 # v0.6.5
permissions:
attestations: write
contents: write
id-token: write
packages: write
secrets:
oci_password: ${{ secrets.GITHUB_TOKEN }}
with:
chart_dir: charts
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 }}