Skip to content

Commit

Permalink
mysql release v1.0.10, with updated CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
gneeri committed Jan 8, 2025
1 parent aea3288 commit 1e6d58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ndc-connector-mysql/.hasura-connector/connector-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
packagingDefinition:
type: PrebuiltDockerImage
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.8"
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.10"
supportedEnvironmentVariables:
- name: JDBC_URL
description: "The JDBC URL to connect to the database"
commands:
update:
type: Dockerized
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.0
commandArgs: [update, --database, MYSQL, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]
dockerImage: ghcr.io/hasura/ndc-jvm-cli:v1.0.10-mysql
commandArgs: [update, --database, MYSQL, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]

0 comments on commit 1e6d58f

Please sign in to comment.