Skip to content

chore(deps): update helm release kyverno to v3.2.2 (#878) #47

chore(deps): update helm release kyverno to v3.2.2 (#878)

chore(deps): update helm release kyverno to v3.2.2 (#878) #47

Workflow file for this run

# AUTOGENERATED - DO NOT EDIT
name: kyverno-test
"on":
workflow_dispatch:
branches:
- main
push:
branches:
- main
tags-ignore:
- '*'
paths:
- catalog/kyverno/**
pull_request:
branches:
- '*'
tags-ignore:
- '*'
paths:
- catalog/kyverno/**
env:
GITHUB_USER: kharf
GITHUB_TOKEN: ${{ secrets.PAT }}
REPOSITORY_URL: https://github.com/kharf/flux-k8s-stack
BRANCH: ${{ github.head_ref || github.ref_name }}
CLUSTER_NAME: kyverno
KS_PATH: ./catalog/kyverno/test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.4
with:
token: ${{ secrets.PAT }}
- name: Test
run: ./scripts/local-setup.sh
permissions: read-all