Skip to content

Commit 404184a

Browse files
committed
fix: fix typo in manifest playbook admin-mgr url
1 parent 13ee04c commit 404184a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/manifest-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
6464
- name: Download admin-mgr archive
6565
get_url:
66-
url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/admin-mgr/v{{ adminmgr_release }}/admin-mgr_{{ adminmgr_release }}_linux_{{ arch }}.tar.gz"
66+
url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/admin-mgr/v{{ adminmgr_release }}/admin-mgr_{{ adminmgr_release }}_linux_arm64.tar.gz"
6767
dest: "/tmp/admin-mgr.tar.gz"
6868
timeout: 90
6969

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.120"
1+
postgres-version = "15.1.0.121"

0 commit comments

Comments
 (0)