Skip to content

Commit

Permalink
fix connector-metadata.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TristenHarr committed Mar 13, 2024
1 parent 9cb21d6 commit a648851
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ This changelog documents changes between release tags.
## [Unreleased]
Upcoming changes for the next versioned release.

## [0.1.5] - 2024-03-13
* Fix connector-metadata.yaml

## [0.1.4] - 2024-03-13
* Fix environment variables to set empty string to undefined
* Update connector-metadata.yaml with correct values
Expand Down
4 changes: 2 additions & 2 deletions connector-definition/connector-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: ghcr.io/hasura/ndc-qdrant:v0.1.4
dockerImage: ghcr.io/hasura/ndc-qdrant:v0.1.5
supportedEnvironmentVariables:
- name: QDRANT_URL
description: The url for the Qdrant database
- name: QDRANT_API_KEY
description: The Qdrant API Key
commands:
update: docker run -it --rm -e QDRANT_URL="$QDRANT_URL" -e QDRANT_API_KEY="$QDRANT_API_KEY" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-qdrant:v0.1.4 update
update: docker run --rm -e QDRANT_URL="$QDRANT_URL" -e QDRANT_API_KEY="$QDRANT_API_KEY" -v "$HASURA_PLUGIN_CONNECTOR_CONTEXT_PATH":/etc/connector ghcr.io/hasura/ndc-qdrant:v0.1.5 update
dockerComposeWatch:
- path: ./
target: /etc/connector
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ndc-qdrant",
"version": "0.1.4",
"version": "0.1.5",
"main": "index.js",
"scripts": {},
"dependencies": {
Expand Down

0 comments on commit a648851

Please sign in to comment.