Skip to content

Commit

Permalink
fix: just a small typo in file name (#1330)
Browse files Browse the repository at this point in the history
* fix: just a small typo in file name

* chore: bump version
  • Loading branch information
samrose authored Nov 20, 2024
1 parent dd307fb commit 1bc4749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ansible/tasks/setup-supabase-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@
tags:
- aws-only

- name: Envoy - use lds.supabase.yml for /etc/envoy/lds.yaml
command: mv /etc/envoy/lds.supabase.yml /etc/envoy/lds.yaml
- name: Envoy - use lds.supabase.yaml for /etc/envoy/lds.yaml
command: mv /etc/envoy/lds.supabase.yaml /etc/envoy/lds.yaml
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgres15: "15.8.1.011"
postgres16: "16.3.1.017"
postgres15: "15.8.1.012"
postgres16: "16.3.1.018"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down

0 comments on commit 1bc4749

Please sign in to comment.