Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bad Env Var name #4897

Merged
merged 1 commit into from
Nov 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/release-notes/infrahub/release-1_0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Please ensure you have a **backup of your Infrahub environment** prior to attemp

Below are some example ways to get the latest version of Infrahub in your environment.

- For deployments via Docker Compose, update your container version by updating the `IMAGE_VER` environment variable and relaunch:
- For deployments via Docker Compose, update your container version by updating the `VERSION` environment variable and relaunch:
- `export VERSION="1.0.0"; docker compose pull && docker compose up -d`
- For deployments via Kubernetes, utilize the latest version of the Helm chart supplied with this release

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/release-notes/infrahub/release-1_0_1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Please ensure you have a **backup of your Infrahub environment** prior to attemp

Below are some example ways to get the latest version of Infrahub in your environment.

- For deployments via Docker Compose, update your container version by updating the `IMAGE_VER` environment variable and relaunch:
- For deployments via Docker Compose, update your container version by updating the `VERSION` environment variable and relaunch:
- `export VERSION="1.0.1"; docker compose pull && docker compose up -d`
- For deployments via Kubernetes, utilize the latest version of the Helm chart supplied with this release

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/release-notes/infrahub/release-1_0_2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Please ensure you have a **backup of your Infrahub environment** prior to attemp

Below are some example ways to get the latest version of Infrahub in your environment.

- For deployments via Docker Compose, update your container version by updating the `IMAGE_VER` environment variable and relaunch:
- For deployments via Docker Compose, update your container version by updating the `VERSION` environment variable and relaunch:
- `export VERSION="1.0.2"; docker compose pull && docker compose up -d`
- For deployments via Kubernetes, utilize the latest version of the Helm chart supplied with this release

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/release-notes/infrahub/release-1_0_3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Please ensure you have a **backup of your Infrahub environment** prior to attemp

Below are some example ways to get the latest version of Infrahub in your environment.

- For deployments via Docker Compose, update your container version by updating the `IMAGE_VER` environment variable and relaunch:
- For deployments via Docker Compose, update your container version by updating the `VERSION` environment variable and relaunch:
- `export VERSION="1.0.3"; docker compose pull && docker compose up -d`
- For deployments via Kubernetes, utilize the latest version of the Helm chart supplied with this release

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/release-notes/infrahub/release-1_0_4-DRAFT.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Please ensure you have a **backup of your Infrahub environment** prior to attemp

Below are some example ways to get the latest version of Infrahub in your environment.

- For deployments via Docker Compose, update your container version by updating the `IMAGE_VER` environment variable and relaunch:
- For deployments via Docker Compose, update your container version by updating the `VERSION` environment variable and relaunch:
- `export VERSION="1.0.4"; docker compose pull && docker compose up -d`
- For deployments via Kubernetes, utilize the latest version of the Helm chart supplied with this release

Expand Down
Loading