Skip to content

Commit

Permalink
add dep build
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Sep 20, 2024
1 parent 1a48a2a commit 50a98ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ jobs:
- name: Install tool dependencies
uses: jdx/mise-action@v2

- name: Package CRDs
- name: Package kubernetes manifests & CRDs
run: |
cat deploy/charts/prefect-operator/crds/*.yaml > prefect-crds.yaml
helm dependency build deploy/charts/prefect-operator
helm template prefect-operator deploy/charts/prefect-operator \
--include-crds --set operator.image.tag=${{ github.ref_name }} \
> prefect-operator.yaml
Expand Down

0 comments on commit 50a98ae

Please sign in to comment.