Skip to content

Commit

Permalink
Merge pull request #101 from Mohanraj209/release-1.2.0.1
Browse files Browse the repository at this point in the history
[DSD-4546] Updated reporting helm chart version and extended conf.
  • Loading branch information
ckm007 authored Feb 15, 2024
2 parents 740293b + 27e2995 commit a84586b
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 a84586b

Please sign in to comment.