Skip to content

Commit

Permalink
[DSD-4546] Updated reporting helm chart version and extended conf.
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanraj209 <[email protected]>
  • Loading branch information
Mohanraj209 committed Feb 15, 2024
1 parent 740293b commit 27e2995
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions postgres/extended.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# extended.conf
primary:
extendedConfiguration: |
wal_level=logical
max_wal_senders=20
max_replication_slots=20

wal_level = logical
max_wal_senders = 20
max_replication_slots = 20
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

## Variables
NS=reporting
CHART_VERSION=12.0.1-B3
CHART_VERSION=12.0.1

# Add helm repos
echo "Adding helm repos"
Expand Down

0 comments on commit 27e2995

Please sign in to comment.