Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
497817abf2
commit
1f1849847f
|
@ -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)
|
||||
|
||||
### Fix
|
||||
|
@ -83,17 +97,3 @@
|
|||
- Auto-update chart README [skip ci]
|
||||
- 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)
|
||||
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org
|
||||
version: 3.0.50
|
||||
digest: sha256:81d2872e36dada3a38b120e1b05921a620e693837327731b46507e53a2b9d761
|
||||
generated: "2022-08-10T21:56:09.708283535Z"
|
||||
generated: "2022-08-12T20:34:25.484945631Z"
|
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
|
||||
- https://github.com/goauthentik/authentik
|
||||
- https://goauthentik.io/docs/
|
||||
version: 3.0.3
|
||||
version: 3.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- authentication
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
|
|
@ -9,9 +9,8 @@ geoipImage:
|
|||
pullPolicy: IfNotPresent
|
||||
|
||||
ldapImage:
|
||||
# TODO: Update this to our mirror
|
||||
repository: ghcr.io/goauthentik/ldap
|
||||
tag: 2022.7.3@sha256:fed2b7e9149bfe9693f7ea1abf87012d643c53e5054415862449c20fe4fe6413
|
||||
repository: tccr.io/truecharts/authentik-ldap
|
||||
tag: 2022.7.3@sha256:b648c3507dfdbcebb2ec7f6eb844d93c7738ef3e4b20ce09f16dbb3b452fcb9a
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
extraArgs: ["server"]
|
||||
|
@ -38,8 +37,6 @@ authentik:
|
|||
avatars: "gravatar"
|
||||
token_length: 128
|
||||
# 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"}]'
|
||||
mail:
|
||||
host: ""
|
|
@ -25,6 +25,8 @@ groups:
|
|||
description: Addon Configuration
|
||||
- name: Advanced
|
||||
description: Advanced Configuration
|
||||
- name: Documentation
|
||||
description: Documentation
|
||||
portals:
|
||||
open:
|
||||
protocols:
|
||||
|
@ -103,16 +105,6 @@ questions:
|
|||
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: labelsList
|
||||
label: Controller Labels
|
||||
schema:
|
||||
|
@ -153,6 +145,25 @@ questions:
|
|||
label: Value
|
||||
schema:
|
||||
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
|
||||
group: "Container Configuration"
|
||||
label: "Authentik Configuration"
|
||||
|
@ -1567,7 +1578,7 @@ questions:
|
|||
type: boolean
|
||||
default: true
|
||||
- variable: readOnly
|
||||
label: Read Only"
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -1744,7 +1755,7 @@ questions:
|
|||
type: boolean
|
||||
default: true
|
||||
- variable: readOnly
|
||||
label: Read Only"
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -1921,7 +1932,7 @@ questions:
|
|||
type: boolean
|
||||
default: true
|
||||
- variable: readOnly
|
||||
label: Read Only"
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -2098,7 +2109,7 @@ questions:
|
|||
type: boolean
|
||||
default: true
|
||||
- variable: readOnly
|
||||
label: Read Only"
|
||||
label: Read Only
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
|
@ -3763,3 +3774,27 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
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
|
|
@ -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)
|
||||
|
||||
### Chore
|
||||
|
@ -83,17 +97,3 @@
|
|||
|
||||
- Auto-update chart README [skip ci]
|
||||
- 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)
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.9
|
||||
digest: sha256:ba284a99a55c79f156102daabf938cc9651dce305ca6e8b02c2575b3b34d2cc4
|
||||
generated: "2022-08-10T05:36:48.058207079Z"
|
||||
generated: "2022-08-12T20:34:18.166699315Z"
|
|
@ -26,4 +26,4 @@ sources:
|
|||
- https://github.com/modem7/docker-rickroll
|
||||
- https://hub.docker.com/r/modem7/docker-rickroll
|
||||
type: application
|
||||
version: 0.0.18
|
||||
version: 0.0.19
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/rickroll
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:d4469d8ba498111620fe57d4b5865f49ed3a36cf85490943cd8602a370222d29
|
||||
tag: latest@sha256:5de6651a14cb07a422d8d594399248d769632c944bb2cfb7efafa038e0a7fbcd
|
||||
imagefhd:
|
||||
repository: tccr.io/truecharts/rickroll-fhd
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:e9fa8994f11ec9143ba3d8cff5e5ae454a069acf71e0f614dcbe12eb0b9fc541
|
||||
tag: latest@sha256:a3eeb420f238b02f9d34f840d65dfc67799d5d100ff8e3570c2a5ea2f8f44cb4
|
||||
imagefhdgame:
|
||||
repository: tccr.io/truecharts/rickroll-fhd-game
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:6290d3022f6969ce64278aef10a8bf4ad84b2c4438f43d6fe4366862b250be9c
|
||||
tag: latest@sha256:2013fd035653bdcecff9ef5f808ab94b9ecd378b8d73404259a795a313b83248
|
||||
imagefhdonclick:
|
||||
repository: tccr.io/truecharts/rickroll-fhd-onclick
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:d99dba2a6f73426d6404d9ef3bdeeb2af4440d98f039f8614260aa7d7ecfeaa2
|
||||
tag: latest@sha256:5ab14514f33d67423e7cf2e408a89d350a942b899b5734f122e791cfbae50487
|
||||
imageonclick:
|
||||
repository: tccr.io/truecharts/rickroll-onclick
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:8b3c9444e7acaed9d8799dff317770cd549a4e12e0903f29eb2ba5c8d2c44f51
|
||||
tag: latest@sha256:849f0824bf5e83b424abea3245136e404fc95d559a8c51fac2a41bc3255118ef
|
||||
|
||||
imageSelector: "image"
|
||||
|
|
@ -25,6 +25,8 @@ groups:
|
|||
description: Addon Configuration
|
||||
- name: Advanced
|
||||
description: Advanced Configuration
|
||||
- name: Documentation
|
||||
description: Documentation
|
||||
portals:
|
||||
open:
|
||||
protocols:
|
||||
|
@ -120,16 +122,6 @@ questions:
|
|||
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: labelsList
|
||||
label: Controller Labels
|
||||
schema:
|
||||
|
@ -170,6 +162,25 @@ questions:
|
|||
label: Value
|
||||
schema:
|
||||
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
|
||||
label: Timezone
|
||||
group: Container Configuration
|
||||
|
@ -2221,3 +2232,27 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
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
|
Loading…
Reference in New Issue