Skip to content

chore: bump k8s.io/client-go from 0.29.3 to 0.30.0 #113

chore: bump k8s.io/client-go from 0.29.3 to 0.30.0

chore: bump k8s.io/client-go from 0.29.3 to 0.30.0 #113

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ">=1.19.0"
check-latest: true
cache: true
- uses: azure/setup-helm@v4
with:
version: v3.11.0
- name: Install Helm Compose
run: make install
- uses: helm/[email protected]
- name: Run Helm Compose
run: helm compose up -f examples/simple-compose.yaml