Skip to content

Bump k8s.io/api from 0.29.4 to 0.30.0 #187

Bump k8s.io/api from 0.29.4 to 0.30.0

Bump k8s.io/api from 0.29.4 to 0.30.0 #187

Workflow file for this run

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