Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
|
||||
## [traefik-forward-auth-0.1.2](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.1...traefik-forward-auth-0.1.2) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix some invalid questions.yaml ([#8718](https://github.com/truecharts/charts/issues/8718))
|
||||
- fix questions.yaml ([#8745](https://github.com/truecharts/charts/issues/8745))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [traefik-forward-auth-0.1.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.2...traefik-forward-auth-0.1.3) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix questions ([#8747](https://github.com/truecharts/charts/issues/8747))
|
||||
|
||||
|
||||
|
||||
|
||||
## [traefik-forward-auth-0.1.2](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.1...traefik-forward-auth-0.1.2) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: traefik-forward-auth
|
||||
version: 0.1.2
|
||||
version: 0.1.3
|
||||
appVersion: "latest"
|
||||
description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md).
|
||||
type: application
|
||||
9
incubator/traefik-forward-auth/0.1.3/app-changelog.md
Normal file
9
incubator/traefik-forward-auth/0.1.3/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [traefik-forward-auth-0.1.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-0.1.2...traefik-forward-auth-0.1.3) (2023-05-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- fix questions ([#8747](https://github.com/truecharts/charts/issues/8747))
|
||||
|
||||
|
||||
@@ -1814,42 +1814,6 @@ questions:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: netshoot
|
||||
label: Netshoot
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: envList
|
||||
label: Netshoot Environment Variables
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["type", "!=", "disabled"]]
|
||||
default: []
|
||||
items:
|
||||
- variable: envItem
|
||||
label: Environment Variable
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: vpn
|
||||
label: VPN
|
||||
schema:
|
||||
Reference in New Issue
Block a user