Skip to content

Update CI configuration to also test against k8s 1.28. (#229) #109

Update CI configuration to also test against k8s 1.28. (#229)

Update CI configuration to also test against k8s 1.28. (#229) #109

Workflow file for this run

name: Release Charts
on:
push:
branches:
- main
env:
helm-version: "v3.10.1"
jobs:
release:
runs-on: ubuntu-22.04
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: Install Helm
uses: azure/[email protected]
with:
version: "${{ env.helm-version }}"
- name: Run chart-releaser
uses: helm/chart-releaser-action@main
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
charts_dir: .