Skip to content

chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.28.… #209

chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.28.…

chore(deps): update ghcr.io/runatlantis/atlantis docker tag to v0.28.… #209

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@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm
uses: azure/setup-helm@v4
with:
# renovate: datasource=github-tags depName=helm packageName=helm/helm
version: v3.15.0
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: true
CR_GENERATE_RELEASE_NOTES: true