Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fixes pgbouncer pool mode
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ryoo committed Sep 22, 2023
1 parent 64c4570 commit a526c2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
password: ${{ secrets.ARTIFACTORY_PASS }}
repoName: allure-testops
chart: charts/allure-testops
version: 2.1.0
version: 2.1.1
2 changes: 1 addition & 1 deletion charts/allure-testops/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: allure-testops
version: 2.1.0
version: 2.1.1
appVersion: 4.20.3

description: Allure TestOps
Expand Down
2 changes: 1 addition & 1 deletion charts/allure-testops/templates/allure/uaa-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ spec:
- name: DB_NAME
value: {{ .Values.postgresql.external.uaaDbName }}
- name: POOL_MODE
value: transaction
value: statement
- name: SERVER_RESET_QUERY
value: DISCARD ALL
- name: DB_USER
Expand Down

0 comments on commit a526c2e

Please sign in to comment.