mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 07:26:31 +08:00
Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [wordpress-4.0.8](https://github.com/truecharts/charts/compare/wordpress-4.0.7...wordpress-4.0.8) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16361](https://github.com/truecharts/charts/issues/16361))
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [wordpress-4.0.9](https://github.com/truecharts/charts/compare/wordpress-4.0.8...wordpress-4.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
|
||||
|
||||
|
||||
|
||||
|
||||
## [wordpress-4.0.8](https://github.com/truecharts/charts/compare/wordpress-4.0.7...wordpress-4.0.8) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
## [wordpress-3.1.7](https://github.com/truecharts/charts/compare/wordpress-3.1.6...wordpress-3.1.7) (2023-12-20)
|
||||
|
||||
### Chore
|
||||
|
||||
- Bump everything to force min/max scale version update
|
||||
|
||||
|
||||
|
||||
|
||||
## [wordpress-3.1.6](https://github.com/truecharts/charts/compare/wordpress-3.1.2...wordpress-3.1.6) (2023-12-16)
|
||||
|
||||
### Chore
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: wordpress
|
||||
version: 4.0.8
|
||||
version: 4.0.9
|
||||
appVersion: 6.4.2
|
||||
description: The WordPress rich content management system can utilize plugins, widgets, and themes.
|
||||
home: https://truecharts.org/charts/stable/wordpress
|
||||
@@ -20,14 +20,14 @@ keywords:
|
||||
- cms
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 16.2.13
|
||||
version: 16.2.15
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 11.0.12
|
||||
version: 11.0.13
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
9
stable/wordpress/4.0.9/app-changelog.md
Normal file
9
stable/wordpress/4.0.9/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [wordpress-4.0.9](https://github.com/truecharts/charts/compare/wordpress-4.0.8...wordpress-4.0.9) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16369](https://github.com/truecharts/charts/issues/16369))
|
||||
|
||||
|
||||
BIN
stable/wordpress/4.0.9/charts/common-16.2.15.tgz
Normal file
BIN
stable/wordpress/4.0.9/charts/common-16.2.15.tgz
Normal file
Binary file not shown.
BIN
stable/wordpress/4.0.9/charts/mariadb-11.0.13.tgz
Normal file
BIN
stable/wordpress/4.0.9/charts/mariadb-11.0.13.tgz
Normal file
Binary file not shown.
@@ -1344,7 +1344,7 @@ questions:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: allowCors
|
||||
label: "Allow Cross Origin Requests"
|
||||
label: 'Allow Cross Origin Requests (advanced)'
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
@@ -1441,7 +1441,19 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
show_if: [["enabled", "=", true]]
|
||||
attrs:
|
||||
- variable: custom
|
||||
label: Options
|
||||
schema:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: key
|
||||
label: API-key (key)
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: customkv
|
||||
label: Custom Options
|
||||
schema:
|
||||
Reference in New Issue
Block a user