Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
  • Loading branch information
rissson committed Nov 28, 2024
1 parent ba66357 commit 33103d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/install-config/install/aws/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Parameters:
Description: authentik server memory in MiB
Type: Number
AuthentikVersion:
Default: 2024.10.2
Default: 2024.10.4
Description: authentik Docker image tag
Type: String
AuthentikWorkerCPU:
Expand Down
4 changes: 3 additions & 1 deletion website/docs/install-config/upgrade.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ import TabItem from "@theme/TabItem";
<TabItem value="aws-cloudformation-ecs" label="AWS Cloudformation ECS">
Navigate to your authentik AWS Cloudformation stack. Click on the **Changesets** tab and **Create changeset**.

Select **Replace existing template**
Select **Use existing template** and follow the prompts to upgrade.

To upgrade to a specific version, select **Replace existing template** and use the following URL: `https://authentik-cloudformation-templates.s3.amazonaws.com/authentik.ecs.VERSION.yaml` replacing `VERSION` with the version you want to upgrade to. You can use `latest` to upgrade to the latest version.
</TabItem>
</Tabs>

Expand Down

0 comments on commit 33103d7

Please sign in to comment.