There was an error while loading. Please reload this page.
1 parent 973de90 commit aef7604Copy full SHA for aef7604
2 files changed
.github/workflows/release.yml
@@ -47,6 +47,10 @@ jobs:
47
env:
48
GITHUB_USER_NAME: ${{ github.actor }}
49
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
54
- uses: aboutbits/github-actions-docker/build-push@v1
55
with:
56
username: ${{ github.actor }}
operator/src/main/resources/application.yml
@@ -71,7 +71,7 @@ quarkus:
71
name: AboutBits
72
email: info@aboutbits.it
73
url: https://aboutbits.it/
74
- create-tar-file: true
+ create-tar-file: false
75
extension: tgz
76
values:
77
replicas:
0 commit comments