Skip to content

Bump github.com/ironcore-dev/ipam from 0.2.1 to 0.2.2 #212

Bump github.com/ironcore-dev/ipam from 0.2.1 to 0.2.2

Bump github.com/ironcore-dev/ipam from 0.2.1 to 0.2.2 #212

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'