Skip to content

Commit

Permalink
feat(hasura): update hasura version (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 authored Jul 23, 2022
1 parent b3793e0 commit 2b8c985
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
postgres:
container_name: eosrate_postgres
image: postgres:13.3-alpine
image: postgres:13.6-alpine
volumes:
- ${POSTGRES_DATA}:/var/lib/postgresql/data
ports:
Expand Down Expand Up @@ -85,7 +85,7 @@ services:

hasura:
container_name: eosrate_hasura
image: hasura/graphql-engine:v2.4.0.cli-migrations-v3
image: hasura/graphql-engine:v2.8.4.cli-migrations-v3
ports:
- "8080:8080"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion hasura/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hasura/graphql-engine:v2.4.0.cli-migrations-v3
FROM hasura/graphql-engine:v2.8.4.cli-migrations-v3

ENV HASURA_GRAPHQL_MIGRATIONS_DIR /hasura-migrations
ENV HASURA_GRAPHQL_METADATA_DIR /hasura-metadata
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/postgres-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: postgres
spec:
containers:
- image: postgres:13.3-alpine
- image: postgres:13.6-alpine
imagePullPolicy: "Always"
name: eosrate-postgres
envFrom:
Expand Down

0 comments on commit 2b8c985

Please sign in to comment.