Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-05 22:24:27 +00:00
parent fab48f64bc
commit aee4a5d252
11 changed files with 18 additions and 14 deletions

View File

@ -1,4 +0,0 @@
## [cloudflared-5.0.1](https://github.com/truecharts/charts/compare/cloudflared-5.0.0...cloudflared-5.0.1) (2023-06-05)

View File

@ -4,6 +4,11 @@
## [cloudflared-5.0.2](https://github.com/truecharts/charts/compare/cloudflared-5.0.1...cloudflared-5.0.2) (2023-06-05)
## [cloudflared-5.0.1](https://github.com/truecharts/charts/compare/cloudflared-5.0.0...cloudflared-5.0.1) (2023-06-05)

View File

@ -20,7 +20,7 @@ name: cloudflared
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cloudflared
type: application
version: 5.0.1
version: 5.0.2
annotations:
truecharts.org/catagories: |
- network

View File

@ -0,0 +1,4 @@
## [cloudflared-5.0.2](https://github.com/truecharts/charts/compare/cloudflared-5.0.1...cloudflared-5.0.2) (2023-06-05)

View File

@ -22,8 +22,8 @@ workload:
- tunnel
- --no-autoupdate
- run
- --token
- "{{ .Values.cloudflared.token }}"
env:
TUNNEL_TOKEN: ""
service:
main:

View File

@ -93,17 +93,16 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: cloudflared
group: App Configuration
label: Cloudflared Configuration
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: token
label: Tunnel Token
description: Token for tunnel (Tunnel managed by Cloudflare not locally)
- variable: TUNNEL_TOKEN
label: "Tunnel Token"
description: "Token for tunnel (Tunnel managed by Cloudflare not locally)"
schema:
type: string
required: true