diff --git a/.github/workflows/tests-cluster-chainsaw.yaml b/.github/workflows/tests-cluster-chainsaw.yaml index 978c16aeb..78714aea1 100644 --- a/.github/workflows/tests-cluster-chainsaw.yaml +++ b/.github/workflows/tests-cluster-chainsaw.yaml @@ -14,20 +14,20 @@ jobs: with: fetch-depth: 0 - # - name: Set ParadeDB Version to Latest - # working-directory: charts/cluster/ - # env: - # GH_TOKEN: ${{ secrets.GHA_CREATE_RELEASE_PAT }} - # run: | - # LATEST_TAG=$(curl -s https://api.github.com/repos/paradedb/paradedb/tags | jq -r '.[0].name') - # APP_VERSION=${LATEST_TAG#v} - # sed -i "s/^[[:space:]]*paradedb: .*/ paradedb: \"$APP_VERSION\"/" values.yaml - # sed -i "s/^version: .*/version: ${{ vars.CHART_VERSION_MAJOR }}.${{ vars.CHART_VERSION_MINOR }}.${{ vars.CHART_VERSION_PATCH }}/" Chart.yaml - # echo "values.yaml:" - # cat values.yaml - # echo "----------------------------------------" - # echo "Chart.yaml:" - # cat Chart.yaml + - name: Set ParadeDB Version to Latest + working-directory: charts/cluster/ + env: + GH_TOKEN: ${{ secrets.GHA_CREATE_RELEASE_PAT }} + run: | + LATEST_TAG=$(curl -s https://api.github.com/repos/paradedb/paradedb/tags | jq -r '.[0].name') + APP_VERSION=${LATEST_TAG#v} + sed -i "s/^[[:space:]]*paradedb: .*/ paradedb: \"$APP_VERSION\"/" values.yaml + sed -i "s/^version: .*/version: ${{ vars.CHART_VERSION_MAJOR }}.${{ vars.CHART_VERSION_MINOR }}.${{ vars.CHART_VERSION_PATCH }}/" Chart.yaml + echo "values.yaml:" + cat values.yaml + echo "----------------------------------------" + echo "Chart.yaml:" + cat Chart.yaml - name: Setup kind uses: ./.github/actions/setup-kind diff --git a/charts/cluster/Chart.yaml b/charts/cluster/Chart.yaml index 613736e10..30993a291 100644 --- a/charts/cluster/Chart.yaml +++ b/charts/cluster/Chart.yaml @@ -14,11 +14,11 @@ # limitations under the License. # apiVersion: v2 -name: cluster +name: paradedb description: Deploys and manages a ParadeDB CloudNativePG cluster and its associated resources. icon: https://raw.githubusercontent.com/paradedb/paradedb/main/docs/logo/light.svg type: application -version: 0.0.11 +version: 0.7.0 sources: - https://github.com/paradedb/charts keywords: diff --git a/charts/cluster/examples/paradedb.yaml b/charts/cluster/examples/paradedb.yaml new file mode 100644 index 000000000..d05745001 --- /dev/null +++ b/charts/cluster/examples/paradedb.yaml @@ -0,0 +1,9 @@ +type: paradedb +mode: standalone +version: + postgresql: "16.3" + paradedb: "0.9.4" +cluster: + instances: 1 +backups: + enabled: false diff --git a/charts/cluster/values.yaml b/charts/cluster/values.yaml index 2cd4a05cd..118e6b2ad 100644 --- a/charts/cluster/values.yaml +++ b/charts/cluster/values.yaml @@ -16,7 +16,7 @@ version: # -- If using PostGIS, specify the version postgis: "3.4" # -- If using ParadeDB, specify the version - paradedb: "0.9.3" + paradedb: "0.0.0" ### # -- Cluster mode of operation. Available modes: