Skip to content

Commit

Permalink
Harcoding the versions for pgclient and postgres in es side car (#8758)
Browse files Browse the repository at this point in the history
Signed-off-by: Yashvi Jain <[email protected]>
Co-authored-by: Yashvi Jain <[email protected]>
  • Loading branch information
YashviJain01 and Yashvi Jain authored Jan 27, 2025
1 parent 283b59a commit 5d60ea6
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 5d60ea6

Please sign in to comment.