Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-19 03:30:42 +00:00
parent 92170d90da
commit 5bd4966e8c
11 changed files with 58 additions and 18 deletions

View File

@ -4,6 +4,15 @@
## [cloudflared-5.0.10](https://github.com/truecharts/charts/compare/cloudflared-5.0.9...cloudflared-5.0.10) (2023-07-19)
### Chore
- update container image tccr.io/truecharts/cloudflared to v2023.7.1 ([#10601](https://github.com/truecharts/charts/issues/10601))
## [cloudflared-5.0.9](https://github.com/truecharts/charts/compare/cloudflared-5.0.8...cloudflared-5.0.9) (2023-07-01)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2023.6.1"
appVersion: "2023.7.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ name: cloudflared
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared
type: application
version: 5.0.9
version: 5.0.10
annotations:
truecharts.org/catagories: |
- network

View File

@ -0,0 +1,9 @@
## [cloudflared-5.0.10](https://github.com/truecharts/charts/compare/cloudflared-5.0.9...cloudflared-5.0.10) (2023-07-19)
### Chore
- update container image tccr.io/truecharts/cloudflared to v2023.7.1 ([#10601](https://github.com/truecharts/charts/issues/10601))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/cloudflared
pullPolicy: IfNotPresent
tag: v2023.6.1@sha256:c3606047645ae29315d8b7d256d9cb63f754ce94a42654734ac6e9cc9ce7fdbb
tag: v2023.7.1@sha256:a7998207d56d041746f0a0cfd7ec271d0f6d777338509185f759209b7753c2b9
workload:
main:

View File

@ -500,13 +500,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:

View File

@ -1,9 +0,0 @@
## [cloudflared-5.0.9](https://github.com/truecharts/charts/compare/cloudflared-5.0.8...cloudflared-5.0.9) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))