Fixing authentik creating providers wizzard bug by bumping up to a new authentik version in template file
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  authentik-server:
 | 
					  authentik-server:
 | 
				
			||||||
    image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
 | 
					    image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.2}
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    command: server
 | 
					    command: server
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
@@ -35,7 +35,7 @@ services:
 | 
				
			|||||||
      redis:
 | 
					      redis:
 | 
				
			||||||
        condition: service_healthy
 | 
					        condition: service_healthy
 | 
				
			||||||
  authentik-worker:
 | 
					  authentik-worker:
 | 
				
			||||||
    image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.8.0}
 | 
					    image: ghcr.io/goauthentik/server:${AUTHENTIK_TAG:-2024.12.2}
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    command: worker
 | 
					    command: worker
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user