Skip to content

Commit 7755438

Browse files
authored
Add manual tar step again (#45)
1 parent 973de90 commit 7755438

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
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 }}

operator/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ quarkus:
7171
name: AboutBits
7272
email: info@aboutbits.it
7373
url: https://aboutbits.it/
74-
create-tar-file: true
74+
create-tar-file: false
7575
extension: tgz
7676
values:
7777
replicas:

0 commit comments

Comments
 (0)