Skip to content

Bump helm-docs version in all GHAs (#133) #88

Bump helm-docs version in all GHAs (#133)

Bump helm-docs version in all GHAs (#133) #88

name: Release Charts
on:
push:
branches:
- main
permissions:
contents: read
jobs:
main:
name: Release Helm charts
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout GitHub Repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Add newrelic repository
run: helm repo add newrelic https://helm-charts.newrelic.com
- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_MAKE_RELEASE_LATEST: false