diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3756c873c2..7a97c43d76 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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)" diff --git a/charts/Justfile b/charts/Justfile index b822d4a2eb..3cfdd291b1 100755 --- a/charts/Justfile +++ b/charts/Justfile @@ -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}} \ No newline at end of file + just publish {{repo}} {{version}} \ No newline at end of file diff --git a/deployment/Justfile b/deployment/Justfile index 89b7668e29..280b887206 100755 --- a/deployment/Justfile +++ b/deployment/Justfile @@ -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