Skip to content

Commit

Permalink
feat: update hasura version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickleet committed Nov 6, 2022
1 parent 529c551 commit ebb4201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This container runs migrations - the main hasura service is hasura/graphql-engine:v2.x.x
FROM hasura/graphql-engine:v2.0.10.cli-migrations-v3
FROM hasura/graphql-engine:v2.14.0.cli-migrations-v3

# we are managing migrations with schemahero - so let's avoid copying it here unless we go back to using Hasura for migrations.
# we still want the metadata and config though
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/ksvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
# topologyKey: failure-domain.beta.kubernetes.io/zone
# weight: 100
containers:
- image: hasura/graphql-engine:v2.2.1
- image: hasura/graphql-engine:v2.14.0
ports:
- containerPort: {{ .Values.service.internalPort }}
protocol: TCP
Expand Down

0 comments on commit ebb4201

Please sign in to comment.