Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9019850cf9
commit
d75076a8ee
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [booksonic-air-9.0.28](https://github.com/truecharts/charts/compare/booksonic-air-9.0.27...booksonic-air-9.0.28) (2023-07-05)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#10176](https://github.com/truecharts/charts/issues/10176))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [booksonic-air-9.0.29](https://github.com/truecharts/charts/compare/booksonic-air-9.0.28...booksonic-air-9.0.29) (2023-07-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#10374](https://github.com/truecharts/charts/issues/10374))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [booksonic-air-9.0.28](https://github.com/truecharts/charts/compare/booksonic-air-9.0.27...booksonic-air-9.0.28) (2023-07-05)
|
## [booksonic-air-9.0.28](https://github.com/truecharts/charts/compare/booksonic-air-9.0.27...booksonic-air-9.0.28) (2023-07-05)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [booksonic-air-9.0.19](https://github.com/truecharts/charts/compare/booksonic-air-9.0.18...booksonic-air-9.0.19) (2023-05-27)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))
|
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ name: booksonic-air
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
|
- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
|
||||||
- https://github.com/popeen/Booksonic-Air
|
- https://github.com/popeen/Booksonic-Air
|
||||||
version: 9.0.28
|
version: 9.0.29
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [booksonic-air-9.0.29](https://github.com/truecharts/charts/compare/booksonic-air-9.0.28...booksonic-air-9.0.29) (2023-07-10)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#10374](https://github.com/truecharts/charts/issues/10374))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/booksonic-air
|
repository: tccr.io/truecharts/booksonic-air
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v2201.1.0@sha256:bfea3980ab767a16a5d0c653536d5a4cbd1f9a143621ec0f7881cf2109ff32e7
|
tag: v2201.1.0@sha256:1d0322138d761242a7196cf8d0e8153cb907aa9ab140f4438d082a0e0595a9e0
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
|
@ -545,14 +545,6 @@ questions:
|
||||||
show_if: [["type", "=", "nfs"]]
|
show_if: [["type", "=", "nfs"]]
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
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
|
- variable: autoPermissions
|
||||||
label: Automatic Permissions Configuration
|
label: Automatic Permissions Configuration
|
||||||
description: Automatically set permissions
|
description: Automatically set permissions
|
||||||
|
@ -561,6 +553,13 @@ questions:
|
||||||
type: dict
|
type: dict
|
||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
attrs:
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: enabled
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
- variable: chown
|
- variable: chown
|
||||||
label: Run CHOWN
|
label: Run CHOWN
|
||||||
description: |
|
description: |
|
||||||
|
@ -571,10 +570,12 @@ questions:
|
||||||
- variable: chmod
|
- variable: chmod
|
||||||
label: Run CHMOD
|
label: Run CHMOD
|
||||||
description: |
|
description: |
|
||||||
It will run CHMOD on the path with the given value
|
It will run CHMOD on the path with the given value</br>
|
||||||
|
Format should be 3 digits, e.g. 770
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "775"
|
valid_chars: '[0-9]{3}'
|
||||||
|
default: ""
|
||||||
- variable: recursive
|
- variable: recursive
|
||||||
label: Recursive
|
label: Recursive
|
||||||
description: |
|
description: |
|
||||||
|
@ -657,11 +658,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