Skip to content

Commit

Permalink
fix: copy to correct dir (#3102)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 14, 2024
1 parent c6a2aa2 commit 90386c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ jobs:
version="$(git describe --tags --abbrev=0 | sed 's/v//')"
just chart set-version "$version"
cd ..
rm -rf charts/
cp -r .ftl/charts/ charts/
git add charts
git commit -a -m "Update charts"
Expand Down
3 changes: 2 additions & 1 deletion deployment/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ apply:
helm upgrade --install ftl ../charts -f values.yaml

deploy-version version: setup-cluster
helm upgrade --install ftl oci://registry-1.docker.io/ftl0/ftl-chart --version={{version}} -f values-release.yaml
helm repo add ftl https://tbd54566975.github.io/ftl-charts --force-update
helm upgrade --install ftl ftl/ftl --version={{version}} -f values-release.yaml

delete:
helm uninstall ftl
Expand Down

0 comments on commit 90386c0

Please sign in to comment.