chore(deps): update ghcr.io/goauthentik/server docker tag to v2024.4.2 (#3417)
This commit is contained in:
parent
520cf4cc1a
commit
57a5881721
|
@ -5,12 +5,10 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "authentik",
|
"id": "authentik",
|
||||||
"tipi_version": 13,
|
"tipi_version": 16,
|
||||||
"version": "2024.4.1",
|
"version": "2024.4.2",
|
||||||
"https": true,
|
"https": true,
|
||||||
"categories": [
|
"categories": ["development"],
|
||||||
"development"
|
|
||||||
],
|
|
||||||
"description": "The authentication glue you need.",
|
"description": "The authentication glue you need.",
|
||||||
"short_desc": "The authentication glue you need.",
|
"short_desc": "The authentication glue you need.",
|
||||||
"author": "goauthentik",
|
"author": "goauthentik",
|
||||||
|
@ -29,8 +27,5 @@
|
||||||
"env_variable": "AUTHENTIK_SECRET_KEY"
|
"env_variable": "AUTHENTIK_SECRET_KEY"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": [
|
"supported_architectures": ["arm64", "amd64"]
|
||||||
"arm64",
|
|
||||||
"amd64"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
authentik:
|
authentik:
|
||||||
image: ghcr.io/goauthentik/server:2024.4.1
|
image: ghcr.io/goauthentik/server:2024.4.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
container_name: authentik
|
container_name: authentik
|
||||||
|
@ -49,7 +49,7 @@ services:
|
||||||
traefik.http.routers.authentik-local.service: authentik
|
traefik.http.routers.authentik-local.service: authentik
|
||||||
traefik.http.routers.authentik-local.tls: true
|
traefik.http.routers.authentik-local.tls: true
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
image: ghcr.io/goauthentik/server:2024.4.1
|
image: ghcr.io/goauthentik/server:2024.4.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: worker
|
command: worker
|
||||||
container_name: authentik-worker
|
container_name: authentik-worker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user