Skip to content

feat: PodMonitor MetricRelabeling Support (#496) #244

feat: PodMonitor MetricRelabeling Support (#496)

feat: PodMonitor MetricRelabeling Support (#496) #244

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
paths:
- 'charts/atlantis/**'
permissions: read-all
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
with:
# renovate: datasource=github-tags depName=helm packageName=helm/helm
version: v3.18.4
- name: Run chart-releaser
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_GENERATE_RELEASE_NOTES: true