Skip to content

Commit

Permalink
fix: update prefect version in worker package workflow (#146)
Browse files Browse the repository at this point in the history
* update prefect version

* add k8s tag
  • Loading branch information
jamiezieziula authored Apr 7, 2023
1 parent 2cc3fc4 commit f515339
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
run: |
mkdir -p /tmp/chart
cd charts
# Update the prefect version tag in values.yaml
sed -i "s/prefectTag:.*$/prefectTag: $PREFECT_VERSION-python3.11-kubernetes/g" prefect-worker/values.yaml
helm package prefect-worker \
--destination /tmp/chart \
--dependency-update \
Expand Down

0 comments on commit f515339

Please sign in to comment.