Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-07 09:43:51 +00:00
parent fd94ee37db
commit 184062da69
13 changed files with 57 additions and 26 deletions

View File

@ -1,9 +0,0 @@
## [littlelink-9.0.43](https://github.com/truecharts/charts/compare/littlelink-9.0.42...littlelink-9.0.43) (2023-07-04)
### Chore
- update container image tccr.io/truecharts/littlelink-server to latest ([#10142](https://github.com/truecharts/charts/issues/10142))

View File

@ -4,6 +4,15 @@
## [littlelink-9.0.44](https://github.com/truecharts/charts/compare/littlelink-9.0.43...littlelink-9.0.44) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/littlelink-server to latest ([#10242](https://github.com/truecharts/charts/issues/10242))
## [littlelink-9.0.43](https://github.com/truecharts/charts/compare/littlelink-9.0.42...littlelink-9.0.43) (2023-07-04)
### Chore
@ -88,12 +97,3 @@
## [littlelink-9.0.34](https://github.com/truecharts/charts/compare/littlelink-9.0.33...littlelink-9.0.34) (2023-06-17)
### Chore
- update container image tccr.io/truecharts/littlelink-server to latest ([#9725](https://github.com/truecharts/charts/issues/9725))
## [littlelink-9.0.33](https://github.com/truecharts/charts/compare/littlelink-9.0.32...littlelink-9.0.33) (2023-06-14)
### Chore

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/techno-tim/littlelink-server
- https://github.com/sethcottle/littlelink
type: application
version: 9.0.43
version: 9.0.44
annotations:
truecharts.org/catagories: |
- social

View File

@ -0,0 +1,9 @@
## [littlelink-9.0.44](https://github.com/truecharts/charts/compare/littlelink-9.0.43...littlelink-9.0.44) (2023-07-07)
### Chore
- update container image tccr.io/truecharts/littlelink-server to latest ([#10242](https://github.com/truecharts/charts/issues/10242))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/littlelink-server
pullPolicy: IfNotPresent
tag: latest@sha256:f7f73e5f572a0d30ee96ab3807cdc6320d4e306a6f0bcb49ff95e6ff2ca4bcae
tag: latest@sha256:cd85b7328ec9d1b0bbd7b82f4be8aa046adb93508da0d3e5131607f646aa0c44
service:
main:
ports:

View File

@ -874,13 +874,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: