diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67b324b..1ea049c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,10 @@ jobs: env: GITHUB_USER_NAME: ${{ github.actor }} GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Package Helm chart + run: | + tar -czf operator/build/helm/kubernetes/postgresql-operator-${{ steps.nextVersion.outputs.version }}.tgz -C operator/build/helm/kubernetes postgresql-operator + shell: bash - uses: aboutbits/github-actions-docker/build-push@v1 with: username: ${{ github.actor }} diff --git a/operator/src/main/resources/application.yml b/operator/src/main/resources/application.yml index 28d41f5..f37d4c6 100644 --- a/operator/src/main/resources/application.yml +++ b/operator/src/main/resources/application.yml @@ -71,7 +71,7 @@ quarkus: name: AboutBits email: info@aboutbits.it url: https://aboutbits.it/ - create-tar-file: true + create-tar-file: false extension: tgz values: replicas: