mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
chore: bump hasura
This commit is contained in:
parent
5156e52e2e
commit
1147a56970
3 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ spec:
|
||||||
done;
|
done;
|
||||||
containers:
|
containers:
|
||||||
- name: graphql-engine
|
- name: graphql-engine
|
||||||
image: hasura/graphql-engine:v2.16.1
|
image: hasura/graphql-engine:v2.36.4
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8080
|
- containerPort: 8080
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -30,7 +30,7 @@ spec:
|
||||||
- apt-get update &&
|
- apt-get update &&
|
||||||
apt-get install -y git curl &&
|
apt-get install -y git curl &&
|
||||||
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash &&
|
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash &&
|
||||||
hasura update-cli --version v2.0.8 &&
|
hasura update-cli --version v2.36.4 &&
|
||||||
git clone https://github.com/PokeAPI/pokeapi.git &&
|
git clone https://github.com/PokeAPI/pokeapi.git &&
|
||||||
cd pokeapi &&
|
cd pokeapi &&
|
||||||
git checkout staging &&
|
git checkout staging &&
|
||||||
|
|
|
@ -44,7 +44,7 @@ services:
|
||||||
- ./Resources/nginx/ssl:/ssl:ro
|
- ./Resources/nginx/ssl:/ssl:ro
|
||||||
- graphql_cache:/tmp/cache
|
- graphql_cache:/tmp/cache
|
||||||
graphql-engine:
|
graphql-engine:
|
||||||
image: hasura/graphql-engine:v2.36.1-ce
|
image: hasura/graphql-engine:v2.36.4
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue