Skip to content

gpu-driver helm chart configurable node-pool name #10

gpu-driver helm chart configurable node-pool name

gpu-driver helm chart configurable node-pool name #10

Workflow file for this run

name: Release Helm Charts
on:
push:
paths:
- charts/**
branches:
- main
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-latest
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 "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_SKIP_EXISTING: "true"