Skip to content

chore: Update to secretgen-controller 0.18.1 #19

chore: Update to secretgen-controller 0.18.1

chore: Update to secretgen-controller 0.18.1 #19

Workflow file for this run

name: Test
on:
- push
jobs:
test-config:
name: Configuration Tests
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-config.yml@main
test-integration:
name: Integration Tests
strategy:
matrix:
k8s_version: [v1.29, v1.30, v1.31]
permissions:
contents: read
uses: kadras-io/github-reusable-workflows/.github/workflows/carvel-package-test-integration.yml@main
with:
k8s_version: ${{ matrix.k8s_version }}