Skip to content

Commit

Permalink
Merge pull request #120 from mergestat/feat/container-sync-updates
Browse files Browse the repository at this point in the history
feat: add support for changes we need for container syncs
  • Loading branch information
patrickdevivo authored Mar 30, 2023
2 parents 73c41e1 + 82ce2e4 commit b23f11c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/mergestat/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: mergestat
version: 1.22.2
version: 1.22.3
appVersion: 1.22.2-beta
description: MergeStat syncs data from Git into a SQL database for use in BI/visualization/other tools.
home: https://www.mergestat.com/
Expand Down
4 changes: 2 additions & 2 deletions charts/mergestat/templates/graphql/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ spec:
- "--port"
- "5433"
- "--schema"
- "mergestat,public"
- "mergestat,sqlq,public"
- "--append-plugins"
- "@graphile-contrib/pg-simplify-inflector,postgraphile-plugin-connection-filter,/graphql/exec-sql/index.js,/graphql/service-credentials/index.js"
- "@graphile-contrib/pg-simplify-inflector,postgraphile-plugin-connection-filter,/graphql/container-sync-jobs/index.js,/graphql/exec-sql/index.js,/graphql/service-credentials/index.js"
- "-o"
- "--subscriptions"
- "--retry-on-init-fail"
Expand Down

0 comments on commit b23f11c

Please sign in to comment.