Skip to content

Commit

Permalink
Harcoding the versions for pgclient and postgres in es side car
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
  • Loading branch information
Yashvi Jain authored and Yashvi Jain committed Jan 27, 2025
1 parent 0e30817 commit 301ad1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/pg-sidecar-service/habitat/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ pkg_exports=(
)
pkg_exposes=(port)
pkg_deps=(
chef/mlsa
chef/mlsa/1.0.1/20240125084021
chef/automate-platform-tools
# Pin postgresql, sqitch_pg, and postgresql client until automate-postgresql
# is updated.
core/postgresql13/13.18 # for psql and pg_dump
core/postgresql13-client/13.18
core/postgresql13/13.18/20241203070217 # for psql and pg_dump
core/postgresql13-client/13.18/20241203070721
core/sqitch_pg
)
pkg_bin_dirs=(bin)
Expand Down

0 comments on commit 301ad1d

Please sign in to comment.