8000 update ami names · octavetn/postgres@55fd137 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55fd137

Browse files
committed
update ami names
1 parent 0535671 commit 55fd137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

amazon-arm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"source_ami": "{{user `ami`}}",
1919
"instance_type": "c6g.2xlarge",
2020
"ssh_username": "ubuntu",
21-
"ami_name": "supabase-postgres-arm-0.13.0",
21+
"ami_name": "supabase-postgres-arm-0.14.0",
2222
"tags": {
2323
"environment": "{{user `environment`}}",
2424
"appType": "postgres"

amazon.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"source_ami": "{{user `ami`}}",
1919
"instance_type": "m5.2xlarge",
2020
"ssh_username": "ubuntu",
21-
"ami_name": "supabase-postgres-0.13.0",
21+
"ami_name": "supabase-postgres-0.14.0",
2222
"tags": {
2323
"environment": "{{user `environment`}}",
2424
"appType": "postgres"

0 commit comments

Comments
 (0)
0