From 55298a51cb0cc5e68c5a43869f2f32b899d3a622 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Tue, 22 Apr 2025 17:29:46 -0500 Subject: init --- roles/photos/files/postgres/Chart.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/photos/files/postgres/Chart.yaml (limited to 'roles/photos/files/postgres/Chart.yaml') diff --git a/roles/photos/files/postgres/Chart.yaml b/roles/photos/files/postgres/Chart.yaml new file mode 100644 index 0000000..f64d74d --- /dev/null +++ b/roles/photos/files/postgres/Chart.yaml @@ -0,0 +1,6 @@ +apiVersion: v2 +name: pgvectors +description: Postgres chart with pgvector extension +type: application + +version: 0.1.0 -- cgit