Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-12 20:40:33 +00:00
parent 497817abf2
commit 1f1849847f
32 changed files with 135 additions and 68 deletions

View File

@ -2,6 +2,20 @@
## [authentik-3.0.4](https://github.com/truecharts/charts/compare/authentik-3.0.3...authentik-3.0.4) (2022-08-12)
### 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))
## [authentik-3.0.3](https://github.com/truecharts/charts/compare/authentik-3.0.2...authentik-3.0.3) (2022-08-10) ## [authentik-3.0.3](https://github.com/truecharts/charts/compare/authentik-3.0.2...authentik-3.0.3) (2022-08-10)
### Fix ### Fix
@ -83,17 +97,3 @@
- Auto-update chart README [skip ci] - Auto-update chart README [skip ci]
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295)) - update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [authentik-2.0.28](https://github.com/truecharts/apps/compare/authentik-2.0.27...authentik-2.0.28) (2022-07-25)
### Chore
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
## [authentik-2.0.27](https://github.com/truecharts/apps/compare/authentik-2.0.26...authentik-2.0.27) (2022-07-23)

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://charts.truecharts.org repository: https://charts.truecharts.org
version: 3.0.50 version: 3.0.50
digest: sha256:81d2872e36dada3a38b120e1b05921a620e693837327731b46507e53a2b9d761 digest: sha256:81d2872e36dada3a38b120e1b05921a620e693837327731b46507e53a2b9d761
generated: "2022-08-10T21:56:09.708283535Z" generated: "2022-08-12T20:34:25.484945631Z"

View File

@ -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.3 version: 3.0.4
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- authentication - authentication

View File

@ -1,6 +1,6 @@
# authentik # authentik
![Version: 3.0.3](https://img.shields.io/badge/Version-3.0.3-informational?style=flat-square) ![AppVersion: 2022.7.3](https://img.shields.io/badge/AppVersion-2022.7.3-informational?style=flat-square) ![Version: 3.0.4](https://img.shields.io/badge/Version-3.0.4-informational?style=flat-square) ![AppVersion: 2022.7.3](https://img.shields.io/badge/AppVersion-2022.7.3-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.

View File

@ -9,9 +9,8 @@ geoipImage:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
ldapImage: ldapImage:
# TODO: Update this to our mirror repository: tccr.io/truecharts/authentik-ldap
repository: ghcr.io/goauthentik/ldap tag: 2022.7.3@sha256:b648c3507dfdbcebb2ec7f6eb844d93c7738ef3e4b20ce09f16dbb3b452fcb9a
tag: 2022.7.3@sha256:fed2b7e9149bfe9693f7ea1abf87012d643c53e5054415862449c20fe4fe6413
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
extraArgs: ["server"] extraArgs: ["server"]
@ -38,8 +37,6 @@ authentik:
avatars: "gravatar" avatars: "gravatar"
token_length: 128 token_length: 128
# Use single quotes for footer_links # Use single quotes for footer_links
# TODO: test how scale behaves
# eg footer_links: '[{"name": "Link Name", "href": "https://mylink.com"}]'
footer_links: '[{"name": "Link Name", "href": "https://mylink.com"}]' footer_links: '[{"name": "Link Name", "href": "https://mylink.com"}]'
mail: mail:
host: "" host: ""

View File

@ -25,6 +25,8 @@ groups:
description: Addon Configuration description: Addon Configuration
- name: Advanced - name: Advanced
description: Advanced Configuration description: Advanced Configuration
- name: Documentation
description: Documentation
portals: portals:
open: open:
protocols: protocols:
@ -103,16 +105,6 @@ questions:
default: false default: false
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: labelsList - variable: labelsList
label: Controller Labels label: Controller Labels
schema: schema:
@ -153,6 +145,25 @@ questions:
label: Value label: Value
schema: schema:
type: string type: string
- variable: customextraargs
group: Controller
label: "Extra Args"
description: "Do not click this unless you know what you are doing"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: authentik - variable: authentik
group: "Container Configuration" group: "Container Configuration"
label: "Authentik Configuration" label: "Authentik Configuration"
@ -1567,7 +1578,7 @@ questions:
type: boolean type: boolean
default: true default: true
- variable: readOnly - variable: readOnly
label: Read Only" label: Read Only
schema: schema:
type: boolean type: boolean
default: false default: false
@ -1744,7 +1755,7 @@ questions:
type: boolean type: boolean
default: true default: true
- variable: readOnly - variable: readOnly
label: Read Only" label: Read Only
schema: schema:
type: boolean type: boolean
default: false default: false
@ -1921,7 +1932,7 @@ questions:
type: boolean type: boolean
default: true default: true
- variable: readOnly - variable: readOnly
label: Read Only" label: Read Only
schema: schema:
type: boolean type: boolean
default: false default: false
@ -2098,7 +2109,7 @@ questions:
type: boolean type: boolean
default: true default: true
- variable: readOnly - variable: readOnly
label: Read Only" label: Read Only
schema: schema:
type: boolean type: boolean
default: false default: false
@ -3763,3 +3774,27 @@ questions:
schema: schema:
type: string type: string
required: true required: true
- variable: docs
group: Documentation
label: 'Please read the documentation at https://truecharts.org'
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: 'I have checked the documentation'
schema:
type: boolean
default: true
# - variable: donate
# group: Documentation
# label: 'Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor'
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: confirmDonate
# label: 'I have considered supporting the project'
# schema:
# type: boolean
# default: true

View File

@ -2,6 +2,20 @@
## [rickroll-0.0.19](https://github.com/truecharts/charts/compare/rickroll-0.0.18...rickroll-0.0.19) (2022-08-12)
### 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))
## [rickroll-0.0.18](https://github.com/truecharts/charts/compare/rickroll-0.0.17...rickroll-0.0.18) (2022-08-10) ## [rickroll-0.0.18](https://github.com/truecharts/charts/compare/rickroll-0.0.17...rickroll-0.0.18) (2022-08-10)
### Chore ### Chore
@ -83,17 +97,3 @@
- Auto-update chart README [skip ci] - Auto-update chart README [skip ci]
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280)) - update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [rickroll-0.0.12](https://github.com/truecharts/apps/compare/rickroll-0.0.11...rickroll-0.0.12) (2022-07-23)
### Chore
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
## [rickroll-0.0.11]rickroll-0.0.11 (2022-07-22)

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 10.4.9 version: 10.4.9
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4 digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
generated: "2022-08-10T05:36:48.058207079Z" generated: "2022-08-12T20:34:18.166699315Z"

View File

@ -26,4 +26,4 @@ sources:
- https://github.com/modem7/docker-rickroll - https://github.com/modem7/docker-rickroll
- https://hub.docker.com/r/modem7/docker-rickroll - https://hub.docker.com/r/modem7/docker-rickroll
type: application type: application
version: 0.0.18 version: 0.0.19

View File

@ -1,6 +1,6 @@
# rickroll # rickroll
![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) ![Version: 0.0.19](https://img.shields.io/badge/Version-0.0.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square)
Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the container. Self-hosted Rickrolls. Image is based on Nginx stable alpine, and all the content is local to the container.

View File

@ -1,23 +1,23 @@
image: image:
repository: tccr.io/truecharts/rickroll repository: tccr.io/truecharts/rickroll
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:d4469d8ba498111620fe57d4b5865f49ed3a36cf85490943cd8602a370222d29 tag: latest@sha256:5de6651a14cb07a422d8d594399248d769632c944bb2cfb7efafa038e0a7fbcd
imagefhd: imagefhd:
repository: tccr.io/truecharts/rickroll-fhd repository: tccr.io/truecharts/rickroll-fhd
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:e9fa8994f11ec9143ba3d8cff5e5ae454a069acf71e0f614dcbe12eb0b9fc541 tag: latest@sha256:a3eeb420f238b02f9d34f840d65dfc67799d5d100ff8e3570c2a5ea2f8f44cb4
imagefhdgame: imagefhdgame:
repository: tccr.io/truecharts/rickroll-fhd-game repository: tccr.io/truecharts/rickroll-fhd-game
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:6290d3022f6969ce64278aef10a8bf4ad84b2c4438f43d6fe4366862b250be9c tag: latest@sha256:2013fd035653bdcecff9ef5f808ab94b9ecd378b8d73404259a795a313b83248
imagefhdonclick: imagefhdonclick:
repository: tccr.io/truecharts/rickroll-fhd-onclick repository: tccr.io/truecharts/rickroll-fhd-onclick
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:d99dba2a6f73426d6404d9ef3bdeeb2af4440d98f039f8614260aa7d7ecfeaa2 tag: latest@sha256:5ab14514f33d67423e7cf2e408a89d350a942b899b5734f122e791cfbae50487
imageonclick: imageonclick:
repository: tccr.io/truecharts/rickroll-onclick repository: tccr.io/truecharts/rickroll-onclick
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: latest@sha256:8b3c9444e7acaed9d8799dff317770cd549a4e12e0903f29eb2ba5c8d2c44f51 tag: latest@sha256:849f0824bf5e83b424abea3245136e404fc95d559a8c51fac2a41bc3255118ef
imageSelector: "image" imageSelector: "image"

View File

@ -25,6 +25,8 @@ groups:
description: Addon Configuration description: Addon Configuration
- name: Advanced - name: Advanced
description: Advanced Configuration description: Advanced Configuration
- name: Documentation
description: Documentation
portals: portals:
open: open:
protocols: protocols:
@ -120,16 +122,6 @@ questions:
default: false default: false
show_subquestions_if: true show_subquestions_if: true
subquestions: subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: labelsList - variable: labelsList
label: Controller Labels label: Controller Labels
schema: schema:
@ -170,6 +162,25 @@ questions:
label: Value label: Value
schema: schema:
type: string type: string
- variable: customextraargs
group: Controller
label: "Extra Args"
description: "Do not click this unless you know what you are doing"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: extraArgs
label: Extra Args
schema:
type: list
default: []
items:
- variable: arg
label: Arg
schema:
type: string
- variable: TZ - variable: TZ
label: Timezone label: Timezone
group: Container Configuration group: Container Configuration
@ -2221,3 +2232,27 @@ questions:
schema: schema:
type: string type: string
required: true required: true
- variable: docs
group: Documentation
label: 'Please read the documentation at https://truecharts.org'
schema:
additional_attrs: true
type: dict
attrs:
- variable: confirmDocs
label: 'I have checked the documentation'
schema:
type: boolean
default: true
# - variable: donate
# group: Documentation
# label: 'Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor'
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: confirmDonate
# label: 'I have considered supporting the project'
# schema:
# type: boolean
# default: true