* template(docker): Update authentik server and worker images to version 2025.2.1
* Update authentik.yaml
Update authentik version to 2025.2.2
* update authentik server and worker images to version 2025.2.3
* Update update Authentik version to 2025.2.4
* Update Authentik Version to Release 2025.4.1
* update authentik server and worker images to version 2025.6.3
---------
Co-authored-by: 🏔️ Peak <122374094+peaklabs-dev@users.noreply.github.com>
Co-authored-by: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
Postgres would never get in healthy state because the environment variable SERVICE_USER_POSTGRESQL was never set inside the container.
Using POSTGRES_USER container env instead which receives the value from SERVICE_USER_POSTGRESQL.
Also adding the condition "service_healthy" for the depends_on. This will make the Authentic containers to wait for Postgres and Redis to be healthy before starting.