File tree Expand file tree Collapse file tree
charts/paradedb/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 tests : ${{ steps.listTests.outputs.tests }}
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@4
15+ uses : actions/checkout@v4
1616 with :
1717 fetch-depth : 1
1818 - id : listTests
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ bootstrap:
2323 postInitApplicationSQL:
2424 {{- if or (eq .Values.type " paradedb" ) (eq .Values.type " paradedb-enterprise" ) }}
2525 - CREATE EXTENSION IF NOT EXISTS pg_search;
26- - CREATE EXTENSION IF NOT EXISTS pg_analytics;
2726 - CREATE EXTENSION IF NOT EXISTS pg_ivm;
2827 - CREATE EXTENSION IF NOT EXISTS vector;
2928 - CREATE EXTENSION IF NOT EXISTS postgis;
@@ -42,7 +41,6 @@ bootstrap:
4241 postInitTemplateSQL:
4342 {{- if or (eq .Values.type " paradedb" ) (eq .Values.type " paradedb-enterprise" ) }}
4443 - CREATE EXTENSION IF NOT EXISTS pg_search;
45- - CREATE EXTENSION IF NOT EXISTS pg_analytics;
4644 - CREATE EXTENSION IF NOT EXISTS pg_ivm;
4745 - CREATE EXTENSION IF NOT EXISTS vector;
4846 - CREATE EXTENSION IF NOT EXISTS postgis;
You can’t perform that action at this time.
0 commit comments