Skip to content

Commit a1eb0f8

Browse files
committed
docs: bump hasura cli. chore(k8s): bump hasura cli
1 parent a3aec39 commit a1eb0f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

9797
```sh
9898
# hasura cli needs to be installed and available in your $PATH: https://hasura.io/docs/latest/graphql/core/hasura-cli/install-hasura-cli.html
99-
# hasura cli's version has to be v2.0.0-alpha.5
99+
# hasura cli's version has to be v2.0.8
100100
make hasura-apply
101101
```
102102

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- apt-get update &&
3131
apt-get install -y git curl &&
3232
curl -L https://github.com/hasura/graphql-engine/raw/stable/cli/get.sh | bash &&
33-
hasura update-cli --version v2.0.0-alpha.5 &&
33+
hasura update-cli --version v2.0.8 &&
3434
git clone https://github.com/PokeAPI/pokeapi.git &&
3535
cd pokeapi &&
3636
git checkout staging &&

0 commit comments

Comments
 (0)