Skip to content

Commit 94e3475

Browse files
authored
Remove the manual Helm packaging tar release step (#44)
1 parent e9dacac commit 94e3475

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ 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
5450
- uses: aboutbits/github-actions-docker/build-push@v1
5551
with:
5652
username: ${{ github.actor }}

operator/src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
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: false
74+
create-tar-file: true
7575
extension: tgz
7676
values:
7777
replicas:
@@ -168,21 +168,21 @@ quarkus:
168168
period: PT10S
169169
timeout: PT3S
170170
success-threshold: 1
171-
failure-threshold: 10
171+
failure-threshold: 20
172172
readiness-probe:
173173
http-action-port-name: http
174174
initial-delay: PT0S
175175
period: PT5S
176176
timeout: PT3S
177177
success-threshold: 1
178-
failure-threshold: 10
178+
failure-threshold: 20
179179
liveness-probe:
180180
http-action-port-name: http
181181
initial-delay: PT5S
182182
period: PT10S
183183
timeout: PT3S
184184
success-threshold: 1
185-
failure-threshold: 10
185+
failure-threshold: 20
186186
env:
187187
fields:
188188
KUBERNETES_NODE_NAME: spec.nodeName

0 commit comments

Comments
 (0)