Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b052d5e5fe
commit
1db92406d0
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [authentik-3.0.16](https://github.com/truecharts/charts/compare/authentik-3.0.15...authentik-3.0.16) (2022-09-01)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- geoip disable rofs ([#3651](https://github.com/truecharts/charts/issues/3651))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [authentik-3.0.15](https://github.com/truecharts/charts/compare/authentik-3.0.14...authentik-3.0.15) (2022-08-30)
|
## [authentik-3.0.15](https://github.com/truecharts/charts/compare/authentik-3.0.14...authentik-3.0.15) (2022-08-30)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [authentik-3.0.4](https://github.com/truecharts/charts/compare/authentik-3.0.3...authentik-3.0.4) (2022-08-12)
|
## [authentik-3.0.4](https://github.com/truecharts/charts/compare/authentik-3.0.3...authentik-3.0.4) (2022-08-12)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- add documentation checkbox/section to all SCALE Apps
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- cleanup ([#3390](https://github.com/truecharts/charts/issues/3390))
|
|
||||||
- move extraArgs from .Values.controller to .Values ([#3447](https://github.com/truecharts/charts/issues/3447))
|
|
||||||
|
|
||||||
|
|
|
@ -9,4 +9,4 @@ dependencies:
|
||||||
repository: https://charts.truecharts.org
|
repository: https://charts.truecharts.org
|
||||||
version: 3.0.67
|
version: 3.0.67
|
||||||
digest: sha256:1c6ba2cfc84ac5c9cca053fd1d5442cd3f885a349425199967457130aee0eb4a
|
digest: sha256:1c6ba2cfc84ac5c9cca053fd1d5442cd3f885a349425199967457130aee0eb4a
|
||||||
generated: "2022-08-30T23:33:38.478591819Z"
|
generated: "2022-09-01T06:26:46.109141582Z"
|
|
@ -27,7 +27,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
|
||||||
- https://github.com/goauthentik/authentik
|
- https://github.com/goauthentik/authentik
|
||||||
- https://goauthentik.io/docs/
|
- https://goauthentik.io/docs/
|
||||||
version: 3.0.15
|
version: 3.0.16
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- authentication
|
- authentication
|
|
@ -1,6 +1,6 @@
|
||||||
# authentik
|
# authentik
|
||||||
|
|
||||||
![Version: 3.0.15](https://img.shields.io/badge/Version-3.0.15-informational?style=flat-square) ![AppVersion: 2022.8.2](https://img.shields.io/badge/AppVersion-2022.8.2-informational?style=flat-square)
|
![Version: 3.0.16](https://img.shields.io/badge/Version-3.0.16-informational?style=flat-square) ![AppVersion: 2022.8.2](https://img.shields.io/badge/AppVersion-2022.8.2-informational?style=flat-square)
|
||||||
|
|
||||||
authentik is an open-source Identity Provider focused on flexibility and versatility.
|
authentik is an open-source Identity Provider focused on flexibility and versatility.
|
||||||
|
|
|
@ -3833,7 +3833,7 @@ questions:
|
||||||
required: true
|
required: true
|
||||||
- variable: docs
|
- variable: docs
|
||||||
group: Documentation
|
group: Documentation
|
||||||
label: "Please read the documentation at https://truecharts.org"
|
label: Please read the documentation at <a href="https://truecharts.org">https://truecharts.org</a>
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
|
@ -3845,7 +3845,7 @@ questions:
|
||||||
default: true
|
default: true
|
||||||
- variable: donateNag
|
- variable: donateNag
|
||||||
group: Documentation
|
group: Documentation
|
||||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
label: Please consider supporting TrueCharts, see <a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||||
schema:
|
schema:
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
|
@ -5,7 +5,7 @@ imagePullPolicy: '{{ .Values.geoipImage.pullPolicy }}'
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: false
|
||||||
runAsNonRoot: false
|
runAsNonRoot: false
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: geoip
|
- name: geoip
|
Loading…
Reference in New Issue