Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
fd94ee37db
commit
184062da69
|
@ -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))
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
## [littlelink-9.0.43](https://github.com/truecharts/charts/compare/littlelink-9.0.42...littlelink-9.0.43) (2023-07-04)
|
||||||
|
|
||||||
### Chore
|
### 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)
|
## [littlelink-9.0.34](https://github.com/truecharts/charts/compare/littlelink-9.0.33...littlelink-9.0.34) (2023-06-17)
|
||||||
|
|
||||||
### Chore
|
### 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
|
|
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/techno-tim/littlelink-server
|
- https://github.com/techno-tim/littlelink-server
|
||||||
- https://github.com/sethcottle/littlelink
|
- https://github.com/sethcottle/littlelink
|
||||||
type: application
|
type: application
|
||||||
version: 9.0.43
|
version: 9.0.44
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- social
|
- social
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/littlelink-server
|
repository: tccr.io/truecharts/littlelink-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:f7f73e5f572a0d30ee96ab3807cdc6320d4e306a6f0bcb49ff95e6ff2ca4bcae
|
tag: latest@sha256:cd85b7328ec9d1b0bbd7b82f4be8aa046adb93508da0d3e5131607f646aa0c44
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -874,11 +874,42 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: setPermissions
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions on install
|
description: Automatically set permissions
|
||||||
|
schema:
|
||||||
|
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:
|
schema:
|
||||||
show_if: [["type", "=", "hostPath"]]
|
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
- variable: readOnly
|
- variable: readOnly
|
Loading…
Reference in New Issue