Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-07-06 22:36:38 +00:00
parent 69a7269d04
commit 768cd3e1c6
12 changed files with 112 additions and 79 deletions

View File

@ -1,9 +0,0 @@
## [adguard-home-5.0.27](https://github.com/truecharts/charts/compare/adguard-home-5.0.26...adguard-home-5.0.27) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@ -4,6 +4,15 @@
## [adguard-home-5.0.28](https://github.com/truecharts/charts/compare/adguard-home-5.0.27...adguard-home-5.0.28) (2023-07-06)
### Chore
- update container image tccr.io/truecharts/adguard-home to v0.107.33 ([#10210](https://github.com/truecharts/charts/issues/10210))
## [adguard-home-5.0.27](https://github.com/truecharts/charts/compare/adguard-home-5.0.26...adguard-home-5.0.27) (2023-07-01) ## [adguard-home-5.0.27](https://github.com/truecharts/charts/compare/adguard-home-5.0.26...adguard-home-5.0.27) (2023-07-01)
### Chore ### Chore
@ -85,15 +94,6 @@
## [adguard-home-5.0.26](https://github.com/truecharts/charts/compare/adguard-home-5.0.25...adguard-home-5.0.26) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/adguard-home to v0.107.32 ([#9651](https://github.com/truecharts/charts/issues/9651))
## [adguard-home-5.0.26](https://github.com/truecharts/charts/compare/adguard-home-5.0.25...adguard-home-5.0.26) (2023-06-15) ## [adguard-home-5.0.26](https://github.com/truecharts/charts/compare/adguard-home-5.0.25...adguard-home-5.0.26) (2023-06-15)
### Chore ### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "0.107.32" appVersion: "0.107.33"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -18,7 +18,7 @@ maintainers:
name: adguard-home name: adguard-home
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home - https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
version: 5.0.27 version: 5.0.28
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -0,0 +1,9 @@
## [adguard-home-5.0.28](https://github.com/truecharts/charts/compare/adguard-home-5.0.27...adguard-home-5.0.28) (2023-07-06)
### Chore
- update container image tccr.io/truecharts/adguard-home to v0.107.33 ([#10210](https://github.com/truecharts/charts/issues/10210))

View File

@ -1,6 +1,6 @@
image: image:
repository: tccr.io/truecharts/adguard-home repository: tccr.io/truecharts/adguard-home
tag: v0.107.32@sha256:4ff1081f57fb105939e215bf8d5730cc637087b67b73e5b0ed9fac8b64073427 tag: v0.107.33@sha256:8fa670d8ec8e99bc4ac82edf9120d7a1f3d0bba6b45b62c0579836c980402ed3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
securityContext: securityContext:

View File

@ -921,14 +921,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
@ -937,27 +929,36 @@ questions:
type: dict type: dict
additional_attrs: true additional_attrs: true
attrs: attrs:
- variable: chown - variable: enabled
label: Run CHOWN label: enabled
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: schema:
type: boolean type: boolean
default: false 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 - variable: readOnly
label: Read Only label: Read Only
schema: schema:
@ -1021,14 +1022,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
@ -1037,27 +1030,36 @@ questions:
type: dict type: dict
additional_attrs: true additional_attrs: true
attrs: attrs:
- variable: chown - variable: enabled
label: Run CHOWN label: enabled
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: schema:
type: boolean type: boolean
default: false 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 - variable: readOnly
label: Read Only label: Read Only
schema: schema:
@ -1133,13 +1135,44 @@ 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: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "!=", "pvc"]]
type: boolean type: dict
default: false 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 - variable: readOnly
label: Read Only label: Read Only
schema: schema: