Skip to content

Commit

Permalink
added mysql release v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gneeri committed Feb 17, 2025
1 parent 63745e6 commit d1adfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.11"
dockerImage: "ghcr.io/hasura/ndc-jvm-mysql:v1.0.12"
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.5
commandArgs: [update, --database, MYSQL, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]
commandArgs: [update, --database, MYSQL, --schemas, $JDBC_SCHEMAS, --outfile, /etc/connector/configuration.json]

0 comments on commit d1adfda

Please sign in to comment.