Skip to content

chore(deps): update helm release tigera-operator to v3.28.1 #500

chore(deps): update helm release tigera-operator to v3.28.1

chore(deps): update helm release tigera-operator to v3.28.1 #500

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
concurrency:
group: ci-test-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
bundles:
- calico
- cert-manager
- kubevirt
- longhorn
- metallb
- multus
- nginx
- kairos
- kyverno
- system-upgrade-controller
- "LocalAI"
- flux
- coco
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: docker-practice/actions-setup-docker@master
- run: ./earthly.sh --ci --push +test --BUNDLE=${{ matrix.bundles }}