Skip to content

Commit

Permalink
chore: helm charts release fix (#3079)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored Oct 11, 2024
1 parent 18ba957 commit 18e38c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Push Helm Chart
run: |
version="$(git describe --tags --abbrev=0 | sed s/v//)"
just chart release "$version" oci://ftl0/ftl-charts
just chart release oci://registry-1.docker.io/ftl0/ftl-charts "$version"
- name: Push Docker Images
run: |
version="$(git describe --tags --abbrev=0)"
Expand Down
4 changes: 2 additions & 2 deletions charts/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ publish repo version:
helm push output/ftl-{{version}}.tgz {{repo}}

release repo version:
just set-version version={{version}}
just set-version {{version}}
just package
just publish repo={{repo}} version={{version}}
just publish {{repo}} {{version}}
1 change: 1 addition & 0 deletions deployment/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ teardown-cluster:
teardown: teardown-cluster teardown-registry

apply:
kubectl delete job --ignore-not-found=true ftl-dbmig-latest
helm upgrade --install ftl ../charts -f values.yaml

deploy-version version: setup-cluster
Expand Down

0 comments on commit 18e38c2

Please sign in to comment.