Skip to content

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3 #98

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

Bump sigs.k8s.io/controller-runtime from 0.16.2 to 0.16.3 #98

Workflow file for this run

name: Pull Request Deploy test
on:
workflow_dispatch:
push:
branches:
- main
tags:
- v*
paths:
- 'config/**'
pull_request_target:
paths-ignore:
- 'config/**'
jobs:
kustomize-test:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Complie manifests
uses: azure/[email protected]
with:
renderEngine: 'kustomize'
kustomizationPath: './config/default/'
kubectl-version: 'latest'
silent: 'false'