Skip to content

Bump k8s.io/api from 0.30.1 to 0.30.3 #70

Bump k8s.io/api from 0.30.1 to 0.30.3

Bump k8s.io/api from 0.30.1 to 0.30.3 #70

Workflow file for this run

name: Helm Lint
on: pull_request
jobs:
lint:
name: Helm Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- uses: actions/setup-go@v2
with:
go-version: "^1.22.2"
- name: Generate helm CRDs
run: |
make helm-crds
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
config: ct.yaml