Skip to content

Merge update-image-tag/specialist-publisher/production/v525 into main #65051

Merge update-image-tag/specialist-publisher/production/v525 into main

Merge update-image-tag/specialist-publisher/production/v525 into main #65051

Workflow file for this run

# See /README.md#versioned-vs-unversioned-charts.
name: Release versioned charts
on:
push:
branches: [main]
jobs:
release:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
show-progress: false
sparse-checkout: |
charts/argo-bootstrap
charts/cluster-secret-store
charts/cluster-secrets
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v4
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_SKIP_EXISTING: "true"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"