Skip to content

Bump sigs.k8s.io/controller-tools from 0.16.2 to 0.16.3 in /tools #455

Bump sigs.k8s.io/controller-tools from 0.16.2 to 0.16.3 in /tools

Bump sigs.k8s.io/controller-tools from 0.16.2 to 0.16.3 in /tools #455

Workflow file for this run

name: Lint Helm Charts
on:
pull_request:
types:
- opened
- synchronize
branches:
- main
- release-*
push:
branches:
- main
- release-*
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.14.4
- name: Lint Helm Charts
run: helm lint deployments/helm/*