Skip to content

Update controller-tools to version v0.15.0, fix compilation failure in main func #11

Update controller-tools to version v0.15.0, fix compilation failure in main func

Update controller-tools to version v0.15.0, fix compilation failure in main func #11

Workflow file for this run

name: Test chart
on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
test:
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 "$GITHUB_ACTOR@users.noreply.github.com"
- name: Test
run: make chart-test