Skip to content

Commit e53c06c

Browse files
authored
Merge pull request #1 from PokeAPI/master
Maj
2 parents ab406bc + 66293d2 commit e53c06c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ When you start PokéAPI with the above Docker Compose setup, an [Hasura Engine](
122122

123123
```sh
124124
# hasura cli needs to be installed and available in your $PATH: https://hasura.io/docs/latest/graphql/core/hasura-cli/install-hasura-cli.html
125-
# hasura cli's version has to greater than v2.0.8
125+
# hasura cli's version has to greater than v2.48.1
126126
make hasura-apply
127127
```
128128

Resources/k8s/kustomize/base/deployments/graphql-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
done;
2626
containers:
2727
- name: graphql-engine
28-
image: hasura/graphql-engine:v2.45.1
28+
image: hasura/graphql-engine:v2.48.1
2929
ports:
3030
- containerPort: 8080
3131
env:

Resources/k8s/kustomize/base/jobs/load-graphql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
command: ["sh", "-c"]
3434
args:
3535
- apt-get update && apt-get install -y curl git &&
36-
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.45.1 bash &&
36+
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | VERSION=v2.48.1 bash &&
3737
cd /tmp &&
3838
git clone https://github.com/PokeAPI/pokeapi.git &&
3939
cd pokeapi &&

data/v2/csv/pokemon.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,7 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
12951295
10269,miraidon-drive-mode,1008,28,2400,335,,0
12961296
10270,miraidon-aquatic-mode,1008,28,2400,335,,0
12971297
10271,miraidon-glide-mode,1008,28,2400,335,,0
1298-
10272,ursaluna-bloodmoon,901,24,2900,275,,1
1298+
10272,ursaluna-bloodmoon,901,24,2900,275,,0
12991299
10273,ogerpon-wellspring-mask,1017,12,398,275,,0
13001300
10274,ogerpon-hearthflame-mask,1017,12,398,275,,0
13011301
10275,ogerpon-cornerstone-mask,1017,12,398,275,,0

0 commit comments

Comments
 (0)