Merge branch 'version-2021.10'
This commit is contained in:
		| @ -14,7 +14,7 @@ This installation method is for test-setups and small-scale productive setups. | ||||
|  | ||||
| Download the latest `docker-compose.yml` from [here](https://goauthentik.io/docker-compose.yml). Place it in a directory of your choice. | ||||
|  | ||||
| To optionally deploy a different version run `echo AUTHENTIK_TAG=2021.10.1-rc1 >> .env` | ||||
| To optionally deploy a different version run `echo AUTHENTIK_TAG=2021.10.1-rc2 >> .env` | ||||
|  | ||||
| If this is a fresh authentik install run the following commands to generate a password: | ||||
|  | ||||
|  | ||||
| @ -13,7 +13,7 @@ version: "3.5" | ||||
|  | ||||
| services: | ||||
|   authentik_proxy: | ||||
|     image: goauthentik.io/proxy:2021.10.1-rc1 | ||||
|     image: goauthentik.io/proxy:2021.10.1-rc2 | ||||
|     # Optionally specify which networks the container should be | ||||
|     # might be needed to reach the core authentik server | ||||
|     # networks: | ||||
| @ -40,7 +40,7 @@ version: "3.5" | ||||
|  | ||||
| services: | ||||
|   authentik_ldap: | ||||
|     image: goauthentik.io/ldap:2021.10.1-rc1 | ||||
|     image: goauthentik.io/ldap:2021.10.1-rc2 | ||||
|     # Optionally specify which networks the container should be | ||||
|     # might be needed to reach the core authentik server | ||||
|     # networks: | ||||
|  | ||||
| @ -14,7 +14,7 @@ metadata: | ||||
|     app.kubernetes.io/instance: __OUTPOST_NAME__ | ||||
|     app.kubernetes.io/managed-by: goauthentik.io | ||||
|     app.kubernetes.io/name: authentik-proxy | ||||
|     app.kubernetes.io/version: 2021.10.1-rc1 | ||||
|     app.kubernetes.io/version: 2021.10.1-rc2 | ||||
|   name: authentik-outpost-api | ||||
| stringData: | ||||
|   authentik_host: "__AUTHENTIK_URL__" | ||||
| @ -29,7 +29,7 @@ metadata: | ||||
|     app.kubernetes.io/instance: __OUTPOST_NAME__ | ||||
|     app.kubernetes.io/managed-by: goauthentik.io | ||||
|     app.kubernetes.io/name: authentik-proxy | ||||
|     app.kubernetes.io/version: 2021.10.1-rc1 | ||||
|     app.kubernetes.io/version: 2021.10.1-rc2 | ||||
|   name: authentik-outpost | ||||
| spec: | ||||
|   ports: | ||||
| @ -54,7 +54,7 @@ metadata: | ||||
|     app.kubernetes.io/instance: __OUTPOST_NAME__ | ||||
|     app.kubernetes.io/managed-by: goauthentik.io | ||||
|     app.kubernetes.io/name: authentik-proxy | ||||
|     app.kubernetes.io/version: 2021.10.1-rc1 | ||||
|     app.kubernetes.io/version: 2021.10.1-rc2 | ||||
|   name: authentik-outpost | ||||
| spec: | ||||
|   selector: | ||||
| @ -62,14 +62,14 @@ spec: | ||||
|       app.kubernetes.io/instance: __OUTPOST_NAME__ | ||||
|       app.kubernetes.io/managed-by: goauthentik.io | ||||
|       app.kubernetes.io/name: authentik-proxy | ||||
|       app.kubernetes.io/version: 2021.10.1-rc1 | ||||
|       app.kubernetes.io/version: 2021.10.1-rc2 | ||||
|   template: | ||||
|     metadata: | ||||
|       labels: | ||||
|         app.kubernetes.io/instance: __OUTPOST_NAME__ | ||||
|         app.kubernetes.io/managed-by: goauthentik.io | ||||
|         app.kubernetes.io/name: authentik-proxy | ||||
|         app.kubernetes.io/version: 2021.10.1-rc1 | ||||
|         app.kubernetes.io/version: 2021.10.1-rc2 | ||||
|     spec: | ||||
|       containers: | ||||
|         - env: | ||||
| @ -88,7 +88,7 @@ spec: | ||||
|               secretKeyRef: | ||||
|                 key: authentik_host_insecure | ||||
|                 name: authentik-outpost-api | ||||
|         image: goauthentik.io/proxy:2021.10.1-rc1 | ||||
|         image: goauthentik.io/proxy:2021.10.1-rc2 | ||||
|         name: proxy | ||||
|         ports: | ||||
|           - containerPort: 9000 | ||||
| @ -110,7 +110,7 @@ metadata: | ||||
|     app.kubernetes.io/instance: __OUTPOST_NAME__ | ||||
|     app.kubernetes.io/managed-by: goauthentik.io | ||||
|     app.kubernetes.io/name: authentik-proxy | ||||
|     app.kubernetes.io/version: 2021.10.1-rc1 | ||||
|     app.kubernetes.io/version: 2021.10.1-rc2 | ||||
|   name: authentik-outpost | ||||
| spec: | ||||
|   rules: | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer