File tree Expand file tree Collapse file tree
operator/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 env :
4848 GITHUB_USER_NAME : ${{ github.actor }}
4949 GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
50+ - name : Package Helm chart
51+ run : |
52+ tar -czf operator/build/helm/kubernetes/postgresql-operator-${{ steps.nextVersion.outputs.version }}.tgz -C operator/build/helm/kubernetes postgresql-operator
53+ shell : bash
5054 - uses : aboutbits/github-actions-docker/build-push@v1
5155 with :
5256 username : ${{ github.actor }}
8690 env :
8791 GH_TOKEN : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
8892 run : |
89- gh release upload v${{ steps.nextVersion.outputs.version }} operator/build/helm/kubernetes/* .tgz operator/build/kubernetes/*.postgresql.aboutbits.it-v1.yml
93+ gh release upload v${{ steps.nextVersion.outputs.version }} operator/build/helm/kubernetes/postgresql-operator-${{ steps.nextVersion.outputs.version }} .tgz operator/build/kubernetes/*.postgresql.aboutbits.it-v1.yml
9094 shell : bash
9195 - name : Update README.md
9296 run : |
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ quarkus:
7070 name : AboutBits
7171 email : info@aboutbits.it
7272 url : https://aboutbits.it/
73- create-tar-file : true
73+ create-tar-file : false
7474 extension : tgz
7575 values :
7676 replicas :
You can’t perform that action at this time.
0 commit comments