-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove
prefect-agent
chart (#378)
* remove agents * remove agent github files --------- Co-authored-by: jamie zieziula <[email protected]>
- Loading branch information
1 parent
a70d2d1
commit 787f341
Showing
19 changed files
with
7 additions
and
793 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,26 +59,6 @@ jobs: | |
run: | | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
- name: Package Agent helm chart | ||
run: | | ||
mkdir -p /tmp/chart | ||
cd charts | ||
# Update the prefect version tag in values.yaml | ||
sed -i "s/prefectTag:.*$/prefectTag: $PREFECT_VERSION-python3.10/g" prefect-agent/values.yaml | ||
helm package prefect-agent \ | ||
--destination /tmp/chart \ | ||
--dependency-update \ | ||
--version $RELEASE_VERSION \ | ||
--app-version $PREFECT_VERSION \ | ||
--sign --key '[email protected]' \ | ||
--keyring $SIGN_KEYRING \ | ||
--passphrase-file $SIGN_PASSPHRASE_FILE | ||
env: | ||
RELEASE_VERSION: ${{ steps.get_version.outputs.RELEASE_VERSION }} | ||
PREFECT_VERSION: ${{ steps.get_version.outputs.PREFECT_VERSION }} | ||
SIGN_KEYRING: ${{ env.SIGN_KEYRING }} | ||
SIGN_PASSPHRASE_FILE: ${{ env.SIGN_PASSPHRASE_FILE }} | ||
|
||
- name: Package Worker helm chart | ||
run: | | ||
mkdir -p /tmp/chart | ||
|
@@ -129,10 +109,9 @@ jobs: | |
run: | | ||
cp /tmp/chart/artifacthub-repo.yml . | ||
cp /tmp/chart/index.yaml . | ||
cp /tmp/chart/prefect-agent-$RELEASE_VERSION.* ./charts | ||
cp /tmp/chart/prefect-server-$RELEASE_VERSION.* ./charts | ||
cp /tmp/chart/prefect-worker-$RELEASE_VERSION.* ./charts | ||
git add ./artifacthub-repo.yml ./index.yaml ./charts/prefect-agent-$RELEASE_VERSION.* ./charts/prefect-server-$RELEASE_VERSION.* ./charts/prefect-worker-$RELEASE_VERSION.* | ||
git add ./artifacthub-repo.yml ./index.yaml ./charts/prefect-server-$RELEASE_VERSION.* ./charts/prefect-worker-$RELEASE_VERSION.* | ||
git commit -m "Release $RELEASE_VERSION" | ||
git push origin gh-pages | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.