Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bbf8c5e091
commit
47c7eba6fe
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [grav-7.0.29](https://github.com/truecharts/charts/compare/grav-7.0.28...grav-7.0.29) (2023-07-01)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [grav-7.0.30](https://github.com/truecharts/charts/compare/grav-7.0.29...grav-7.0.30) (2023-07-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/grav to v1.7.42 ([#10303](https://github.com/truecharts/charts/issues/10303))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grav-7.0.29](https://github.com/truecharts/charts/compare/grav-7.0.28...grav-7.0.29) (2023-07-01)
|
## [grav-7.0.29](https://github.com/truecharts/charts/compare/grav-7.0.28...grav-7.0.29) (2023-07-01)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -85,15 +94,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grav-7.0.26](https://github.com/truecharts/charts/compare/grav-7.0.25...grav-7.0.26) (2023-06-14)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/grav to v1.7.41 ([#9618](https://github.com/truecharts/charts/issues/9618))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grav-7.0.26](https://github.com/truecharts/charts/compare/grav-7.0.25...grav-7.0.26) (2023-06-14)
|
## [grav-7.0.26](https://github.com/truecharts/charts/compare/grav-7.0.25...grav-7.0.26) (2023-06-14)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -23,7 +23,7 @@ sources:
|
||||||
- https://github.com/linuxserver/docker-grav
|
- https://github.com/linuxserver/docker-grav
|
||||||
- https://github.com/getgrav/grav/
|
- https://github.com/getgrav/grav/
|
||||||
type: application
|
type: application
|
||||||
version: 7.0.29
|
version: 7.0.30
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [grav-7.0.30](https://github.com/truecharts/charts/compare/grav-7.0.29...grav-7.0.30) (2023-07-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/grav to v1.7.42 ([#10303](https://github.com/truecharts/charts/issues/10303))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/grav
|
repository: tccr.io/truecharts/grav
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v1.7.42@sha256:493bf7cfac736b253ac00e4d5d61adbacaff5d97c2780676e7f594e36121e470
|
tag: v1.7.42@sha256:41eba6cc4117c62cbb4e6c374af9f146682571f52245de6a49eaeb988f169ed1
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -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,27 +553,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:
|
||||||
|
@ -657,13 +658,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:
|
Loading…
Reference in New Issue