Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
84b8ab4a93
commit
ac8be33b66
|
@ -1,10 +0,0 @@
|
|||
|
||||
|
||||
## [wordpress-2.0.19](https://github.com/truecharts/charts/compare/wordpress-2.0.17...wordpress-2.0.19) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#9687](https://github.com/truecharts/charts/issues/9687))
|
||||
- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#9634](https://github.com/truecharts/charts/issues/9634))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [wordpress-2.0.20](https://github.com/truecharts/charts/compare/wordpress-2.0.19...wordpress-2.0.20) (2023-06-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#9740](https://github.com/truecharts/charts/issues/9740))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wordpress-2.0.19](https://github.com/truecharts/charts/compare/wordpress-2.0.17...wordpress-2.0.19) (2023-06-16)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
|
||||
|
||||
## [wordpress-2.0.18](https://github.com/truecharts/charts/compare/wordpress-2.0.17...wordpress-2.0.18) (2023-06-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#9634](https://github.com/truecharts/charts/issues/9634))
|
||||
|
||||
|
||||
|
||||
|
|
@ -23,7 +23,7 @@ name: wordpress
|
|||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress
|
||||
- https://www.wordpress.org
|
||||
version: 2.0.19
|
||||
version: 2.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- website
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [wordpress-2.0.20](https://github.com/truecharts/charts/compare/wordpress-2.0.19...wordpress-2.0.20) (2023-06-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/wordpress to v6.2.2 ([#9740](https://github.com/truecharts/charts/issues/9740))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/wordpress
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.2.2@sha256:8ce505dc1c5133fe0211b17b15f16eb6cc7e7078660f6fc326a6096a09e7ad01
|
||||
tag: v6.2.2@sha256:30746d24413044ca54bf1e74d4e5811b85ea4daffa2af35d261eb586dab4a3b3
|
||||
|
||||
securityContext:
|
||||
container:
|
|
@ -699,8 +699,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:
|
Loading…
Reference in New Issue