Skip to content

Commit 9796fc6

Browse files
authored
Merge pull request #1273 from PokeAPI/k8s-gql-fix
Update hasura k8s
2 parents 02cf5f3 + 9c304d2 commit 9796fc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 &&

0 commit comments

Comments
 (0)