Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-07 08:40:03 +00:00
parent 14eeeb5044
commit bdb354b1d7
13 changed files with 84 additions and 52 deletions

View File

@@ -1,9 +0,0 @@
## [cloudflareddns-5.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.27...cloudflareddns-5.0.28) (2023-07-06)
### Chore
- update container image tccr.io/truecharts/cloudflareddns to latest ([#10195](https://github.com/truecharts/charts/issues/10195))

View File

@@ -4,6 +4,15 @@
## [cloudflareddns-5.0.29](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.28...cloudflareddns-5.0.29) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/cloudflareddns to latest ([#10229](https://github.com/truecharts/charts/issues/10229))
## [cloudflareddns-5.0.28](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.27...cloudflareddns-5.0.28) (2023-07-06)
### Chore
@@ -88,12 +97,3 @@
## [cloudflareddns-5.0.19](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.18...cloudflareddns-5.0.19) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@@ -23,7 +23,7 @@ sources:
- https://github.com/hotio/cloudflareddns
- https://hotio.dev/containers/cloudflareddns/
type: application
version: 5.0.28
version: 5.0.29
annotations:
truecharts.org/catagories: |
- networking

View File

@@ -0,0 +1,9 @@
## [cloudflareddns-5.0.29](https://github.com/truecharts/charts/compare/cloudflareddns-5.0.28...cloudflareddns-5.0.29) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/cloudflareddns to latest ([#10229](https://github.com/truecharts/charts/issues/10229))

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/cloudflareddns
pullPolicy: IfNotPresent
tag: latest@sha256:a94feac9f248f38e55ffad9c0cb2b5e2c131157cc67a8d7fd14be1daddfb882d
tag: latest@sha256:8fcb7993ec88b58cca3a2726bdb9ec55eaa91cca14c3d2789e25f96ba3d2dc7b
securityContext:
container:

View File

@@ -598,14 +598,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@@ -614,27 +606,36 @@ questions:
type: dict
additional_attrs: true
attrs:
- 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
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
- 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:
@@ -710,13 +711,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: