Skip to content

✨ Update to catalogd v0.17.0 to share a common certificate issuer #1145

✨ Update to catalogd v0.17.0 to share a common certificate issuer

✨ Update to catalogd v0.17.0 to share a common certificate issuer #1145

Workflow file for this run

on:
pull_request:
paths:
- '.bingo/**'
- '.github/workflows/tilt.yaml'
- 'api/**'
- 'cmd/**'
- 'config/**'
- 'internal/**'
- 'pkg/**'
- 'Tiltfile'
merge_group:
jobs:
tilt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: operator-framework/tilt-support
path: tilt-support
- uses: actions/checkout@v4
with:
path: operator-controller
- uses: actions/checkout@v4
with:
repository: operator-framework/catalogd
path: catalogd
- name: Install Tilt
run: |
TILT_VERSION="0.33.3"
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v$TILT_VERSION/tilt.$TILT_VERSION.linux.x86_64.tar.gz | \
tar -xzv -C /usr/local/bin tilt
- name: Set up kind
run: |
cd operator-controller
make kind-cluster
- name: Test Tilt
run: |
cd operator-controller
tilt ci