diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8b67c9f..eadaa4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,8 +49,8 @@ jobs: - name: Deploy to GitHub Pages if: env.has_release_label == 'true' run: | - helm package . --destination charts/ - helm repo index . --url https://getlago.github.io/charts + helm package . --destination artifacts/ + helm repo index . --url https://charts.getlago.com/ git add . git commit -m "Update Helm repo index after release" git pull @@ -73,12 +73,12 @@ jobs: - name: Create GitHub Release if: env.has_release_label == 'true' - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: softprops/action-gh-release@v2 with: tag_name: "v${{ env.version }}" - release_name: "Release v${{ env.version }}" - body: "Release of version v${{ env.version }}" + name: "Release v${{ env.version }}" + generate_release_notes: true draft: false prerelease: false + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.helmignore b/.helmignore index 7e77803..8bec7ee 100644 --- a/.helmignore +++ b/.helmignore @@ -2,4 +2,5 @@ .git/ .gitignore LICENSE -README.md \ No newline at end of file +README.md +artifacts/ \ No newline at end of file diff --git a/values.yaml b/values.yaml index 541dde3..9bbbe92 100644 --- a/values.yaml +++ b/values.yaml @@ -1,7 +1,10 @@ version: 1.15.0 -# apiUrl: mydomain.dev -# frontUrl: mydomain.dev +# Required: Set the URLs for your API and Frontend services +# Replace these placeholders with the actual domain names. +apiUrl: "" # Example: https://api.mydomain.dev +frontUrl: "" # Example: https://app.mydomain.dev + # Only for Development, Staging or PoC, you should use a managed Redis instance for Production redis: