Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-18 14:40:46 +00:00
parent 7e43af7b54
commit f8146a59df
12 changed files with 50 additions and 20 deletions

View File

@ -1,9 +0,0 @@
## [autoscan-4.0.26](https://github.com/truecharts/charts/compare/autoscan-4.0.25...autoscan-4.0.26) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/autoscan to latest ([#9691](https://github.com/truecharts/charts/issues/9691))

View File

@ -4,6 +4,15 @@
## [autoscan-4.0.27](https://github.com/truecharts/charts/compare/autoscan-4.0.26...autoscan-4.0.27) (2023-06-18)
### Chore
- update container image tccr.io/truecharts/autoscan to latest ([#9745](https://github.com/truecharts/charts/issues/9745))
## [autoscan-4.0.26](https://github.com/truecharts/charts/compare/autoscan-4.0.25...autoscan-4.0.26) (2023-06-16)
### Chore
@ -88,12 +97,3 @@
## [autoscan-4.0.17](https://github.com/truecharts/charts/compare/autoscan-4.0.16...autoscan-4.0.17) (2023-05-22)
### Chore
- update helm general non-major ([#9089](https://github.com/truecharts/charts/issues/9089))
## [autoscan-4.0.16](https://github.com/truecharts/charts/compare/autoscan-4.0.15...autoscan-4.0.16) (2023-05-22)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: autoscan
version: 4.0.26
version: 4.0.27
appVersion: "latest"
description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
type: application

View File

@ -0,0 +1,9 @@
## [autoscan-4.0.27](https://github.com/truecharts/charts/compare/autoscan-4.0.26...autoscan-4.0.27) (2023-06-18)
### Chore
- update container image tccr.io/truecharts/autoscan to latest ([#9745](https://github.com/truecharts/charts/issues/9745))

View File

@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/autoscan
tag: latest@sha256:e74be4d86278b1f72dd40ce4f42e9d36ea5b45c75e5ae71b2be591e0f25754c7
tag: latest@sha256:dc3ff1ac1ab6f41da25df75eb6caf17ad8e6074c039df19200ee5a33cebddb32
securityContext:
container:

View File

@ -563,8 +563,38 @@ questions:
description: Automatically set permissions on install
schema:
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
default: false
- variable: readOnly
label: Read Only
schema: