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) ## [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: sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cloudflared - https://github.com/truecharts/charts/tree/master/charts/incubator/cloudflared
type: application type: application
version: 5.0.1 version: 5.0.2
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- network - 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 - tunnel
- --no-autoupdate - --no-autoupdate
- run - run
- --token env:
- "{{ .Values.cloudflared.token }}" TUNNEL_TOKEN: ""
service: service:
main: main:

View File

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