Skip to content

Bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #99

Bump k8s.io/apimachinery from 0.28.2 to 0.28.3

Bump k8s.io/apimachinery from 0.28.2 to 0.28.3 #99

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'