Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-21 15:40:22 +00:00
parent cc64989307
commit 643fd56ddf
13 changed files with 111 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [booksonic-air-9.0.25](https://github.com/truecharts/charts/compare/booksonic-air-9.0.24...booksonic-air-9.0.25) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -4,6 +4,15 @@
## [booksonic-air-9.0.26](https://github.com/truecharts/charts/compare/booksonic-air-9.0.25...booksonic-air-9.0.26) (2023-06-21)
### Chore
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#9810](https://github.com/truecharts/charts/issues/9810))
## [booksonic-air-9.0.25](https://github.com/truecharts/charts/compare/booksonic-air-9.0.24...booksonic-air-9.0.25) (2023-06-13) ## [booksonic-air-9.0.25](https://github.com/truecharts/charts/compare/booksonic-air-9.0.24...booksonic-air-9.0.25) (2023-06-13)
### Chore ### Chore
@ -88,12 +97,3 @@
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#9135](https://github.com/truecharts/charts/issues/9135)) - update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#9135](https://github.com/truecharts/charts/issues/9135))
## [booksonic-air-9.0.16](https://github.com/truecharts/charts/compare/booksonic-air-9.0.15...booksonic-air-9.0.16) (2023-05-24)
### Chore
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))

View File

@ -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.25 version: 9.0.26
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -0,0 +1,9 @@
## [booksonic-air-9.0.26](https://github.com/truecharts/charts/compare/booksonic-air-9.0.25...booksonic-air-9.0.26) (2023-06-21)
### Chore
- update container image tccr.io/truecharts/booksonic-air to v2201.1.0 ([#9810](https://github.com/truecharts/charts/issues/9810))

View File

@ -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:0843f1baa37d2244a65c9b8de18547f50db4c90a21ba52b78400d42b519e4c78 tag: v2201.1.0@sha256:4ae30f816d015757858e66c72193f76ae21b4a8edbf7ef2cd38a0fa067281b6c
securityContext: securityContext:
container: container:

View File

@ -302,6 +302,7 @@ questions:
description: Interface Configuration description: Interface Configuration
label: Interface Configuration label: Interface Configuration
schema: schema:
additional_attrs: true
type: dict type: dict
$ref: $ref:
- "normalize/interfaceConfiguration" - "normalize/interfaceConfiguration"
@ -318,6 +319,7 @@ questions:
description: Define how IP Address will be managed description: Define how IP Address will be managed
label: IP Address Management label: IP Address Management
schema: schema:
additional_attrs: true
type: dict type: dict
required: true required: true
attrs: attrs:
@ -548,6 +550,36 @@ questions:
description: Automatically set permissions on install description: Automatically set permissions on install
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
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
schema:
type: boolean type: boolean
default: false default: false
- variable: readOnly - variable: readOnly
@ -755,24 +787,25 @@ questions:
schema: schema:
type: boolean type: boolean
default: false default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint - variable: entrypoint
label: (Advanced) Traefik Entrypoint label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema: schema:
type: string type: string
default: websecure default: websecure
show_if: [["advanced", "=", true]]
required: true required: true
- variable: ingressClassName - variable: ingressClassName
label: (Advanced/Optional) IngressClass Name label: (Advanced/Optional) IngressClass Name
schema: schema:
type: string type: string
show_if: [["advanced", "=", true]]
default: "" default: ""
- variable: tls - variable: tls
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
show_if: [["advanced", "=", true]]
default: [] default: []
items: items:
- variable: tlsEntry - variable: tlsEntry
@ -1170,6 +1203,7 @@ questions:
- variable: gpu - variable: gpu
label: Select GPU label: Select GPU
schema: schema:
additional_attrs: true
type: dict type: dict
$ref: $ref:
- "definitions/gpuConfiguration" - "definitions/gpuConfiguration"
@ -1757,6 +1791,7 @@ questions:
- variable: openvpn - variable: openvpn
label: OpenVPN Settings label: OpenVPN Settings
schema: schema:
additional_attrs: true
type: dict type: dict
show_if: [["type", "=", "openvpn"]] show_if: [["type", "=", "openvpn"]]
attrs: attrs:
@ -1777,6 +1812,7 @@ questions:
- variable: tailscale - variable: tailscale
label: Tailscale Settings label: Tailscale Settings
schema: schema:
additional_attrs: true
type: dict type: dict
show_if: [["type", "=", "tailscale"]] show_if: [["type", "=", "tailscale"]]
attrs: attrs:

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png
categories: categories:
- media - media
screenshots: []