Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
816f4f5221
commit
4caa4375bc
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [openspeedtest-4.0.24](https://github.com/truecharts/charts/compare/openspeedtest-4.0.23...openspeedtest-4.0.24) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [openspeedtest-4.0.25](https://github.com/truecharts/charts/compare/openspeedtest-4.0.24...openspeedtest-4.0.25) (2023-07-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openspeedtest to latest ([#10339](https://github.com/truecharts/charts/issues/10339))
|
||||
|
||||
|
||||
|
||||
|
||||
## [openspeedtest-4.0.24](https://github.com/truecharts/charts/compare/openspeedtest-4.0.23...openspeedtest-4.0.24) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
|
||||
## [openspeedtest-4.0.15](https://github.com/truecharts/charts/compare/openspeedtest-4.0.14...openspeedtest-4.0.15) (2023-05-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#9156](https://github.com/truecharts/charts/issues/9156))
|
||||
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/openspeedtest
|
||||
- https://github.com/openspeedtest/Speed-Test
|
||||
type: application
|
||||
version: 4.0.24
|
||||
version: 4.0.25
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [openspeedtest-4.0.25](https://github.com/truecharts/charts/compare/openspeedtest-4.0.24...openspeedtest-4.0.25) (2023-07-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/openspeedtest to latest ([#10339](https://github.com/truecharts/charts/issues/10339))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/openspeedtest
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:4e72ef48de610b1a9f0318417af8362462fd7ea5b8e6d36a6bb53c20520541b8
|
||||
tag: latest@sha256:663ca98acd2ae8fc4dab61c51b9108ce4efadb9f3979f1ae8ffc0632f8505c26
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -550,13 +550,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:
|
Loading…
Reference in New Issue