release: 0.14.0-rc1
This commit is contained in:
		@ -4,7 +4,7 @@ name: authentik
 | 
			
		||||
home: https://goauthentik.io
 | 
			
		||||
sources:
 | 
			
		||||
  - https://github.com/BeryJu/authentik
 | 
			
		||||
version: "0.13.5-stable"
 | 
			
		||||
version: "0.14.0-rc1"
 | 
			
		||||
icon: https://raw.githubusercontent.com/BeryJu/authentik/master/web/icons/icon.svg
 | 
			
		||||
dependencies:
 | 
			
		||||
  - name: postgresql
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@
 | 
			
		||||
|-----------------------------------|-------------------------|-------------|
 | 
			
		||||
| image.name                        | beryju/authentik         | Image used to run the authentik server and worker |
 | 
			
		||||
| image.name_static                 | beryju/authentik-static  | Image used to run the authentik static server (CSS and JS Files) |
 | 
			
		||||
| image.tag                         | 0.13.5-stable              | Image tag |
 | 
			
		||||
| image.tag                         | 0.14.0-rc1              | Image tag |
 | 
			
		||||
| image.pullPolicy                  | IfNotPresent            | Image Pull Policy used for all deployments |
 | 
			
		||||
| serverReplicas                    | 1                       | Replicas for the Server deployment |
 | 
			
		||||
| workerReplicas                    | 1                       | Replicas for the Worker deployment |
 | 
			
		||||
 | 
			
		||||
@ -5,7 +5,7 @@ image:
 | 
			
		||||
  name: beryju/authentik
 | 
			
		||||
  name_static: beryju/authentik-static
 | 
			
		||||
  name_outposts: beryju/authentik # Prefix used for Outpost deployments, Outpost type and version is appended
 | 
			
		||||
  tag: 0.13.5-stable
 | 
			
		||||
  tag: 0.14.0-rc1
 | 
			
		||||
  pullPolicy: IfNotPresent
 | 
			
		||||
 | 
			
		||||
serverReplicas: 1
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user