Docs: update wget and curl for ee from beta to stable

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5801
GitOrigin-RevId: f234289c12e284e8b7bb39301850eb2bc577df12
This commit is contained in:
Rob Dominguez 2022-09-08 03:50:19 -05:00 committed by hasura-bot
parent 527fc826e6
commit 0d2a09d841
4 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@ The [install manifests repo](https://github.com/hasura/graphql-engine/tree/maste
installation manifests required to deploy Hasura anywhere. Get the ECS task definition files from there:
```bash
wget https://raw.githubusercontent.com/hasura/graphql-engine/beta/install-manifests/enterprise/aws-ecs/hasura-fargate-task.json
wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/enterprise/aws-ecs/hasura-fargate-task.json
```
### Step 3: Set the license key, metadata database URL, Redis database URL and the admin secret

View File

@ -40,9 +40,9 @@ installation manifests required to deploy Hasura anywhere. Get the docker compos
```bash
# in a new directory run
wget https://raw.githubusercontent.com/hasura/graphql-engine/beta/install-manifests/enterprise/docker-compose/docker-compose.yaml
wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/enterprise/docker-compose/docker-compose.yaml
# or run
curl https://raw.githubusercontent.com/hasura/graphql-engine/beta/install-manifests/enterprise/docker-compose/docker-compose.yaml -o docker-compose.yml
curl https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/enterprise/docker-compose/docker-compose.yaml -o docker-compose.yml
```
### Step 2: Set the Hasura EE license key and the admin secret
@ -56,7 +56,7 @@ admin secret key.
```yaml {4-5}
graphql-engine:
image: hasura/graphql-engine:v2.12.0-beta.1
image: hasura/graphql-engine:v2.12.0
environment:
HASURA_GRAPHQL_EE_LICENSE_KEY: ""
HASURA_GRAPHQL_ADMIN_SECRET: myadminsecretkey
@ -100,7 +100,7 @@ To switch to using your PostgreSQL or Redis instances, set the following environ
```yaml {4-6}
graphql-engine:
image: hasura/graphql-engine:v2.12.0-beta.1
image: hasura/graphql-engine:v2.12.0
environment:
HASURA_GRAPHQL_METADATA_DATABASE_URL: postgres://postgres:postgrespassword@postgres:5432/postgres
HASURA_GRAPHQL_REDIS_URL: "redis://redis:6379"

View File

@ -44,7 +44,7 @@ The [install manifests repo](https://github.com/hasura/graphql-engine/tree/maste
installation manifests required to deploy Hasura anywhere. Get the Cloud Run env vars file from there:
```bash
wget https://raw.githubusercontent.com/hasura/graphql-engine/beta/install-manifests/enterprise/google-cloud-run/env.yaml
wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/enterprise/google-cloud-run/env.yaml
```
### Step 2: Set the license key, metadata database URL, Redis database URL and the admin secret

View File

@ -40,7 +40,7 @@ The [install manifests repo](https://github.com/hasura/graphql-engine/tree/maste
installation manifests required to deploy Hasura anywhere. Get the Kubernetes deployment and service files from there:
```bash
wget https://raw.githubusercontent.com/hasura/graphql-engine/beta/install-manifests/enterprise/kubernetes/deployment.yaml
wget https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/enterprise/kubernetes/deployment.yaml
```
### Step 2: Set the license key, metadata database URL, Redis database URL and the admin secret