diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index 4ed4ea47836..a2c9da82cdf 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -1,40 +1,39 @@ -kubeVersion: ">=1.24.0" +kubeVersion: '>=1.24.0' apiVersion: v2 name: wordpress -version: 3.0.69 +version: 3.0.70 appVersion: 6.4.1 -description: - The WordPress rich content management system can utilize plugins, widgets, +description: The WordPress rich content management system can utilize plugins, widgets, and themes. home: https://truecharts.org/charts/stable/wordpress icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png deprecated: false sources: - - https://www.wordpress.org - - https://github.com/truecharts/charts/tree/master/charts/stable/wordpress - - https://hub.docker.com/r/bitnami/wordpress +- https://www.wordpress.org +- https://github.com/truecharts/charts/tree/master/charts/stable/wordpress +- https://hub.docker.com/r/bitnami/wordpress maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org +- name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - wordpress - - cms +- wordpress +- cms dependencies: - - name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 7.0.70 - repository: https://deps.truecharts.org/ - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] +- name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] +- name: mariadb + version: 7.0.70 + repository: https://deps.truecharts.org/ + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/stable/wordpress/values.yaml b/charts/stable/wordpress/values.yaml index de3402da767..858cd0bcce1 100644 --- a/charts/stable/wordpress/values.yaml +++ b/charts/stable/wordpress/values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/wordpress pullPolicy: IfNotPresent - tag: 6.4.1@sha256:83d1f3405870f95dee493703d0825bbfbc4b83e700042687f6aef1474fac1b40 + tag: 6.4.1@sha256:df86abd1d2c1123bcbac02f691593cbbb9c266b8c6d9211114fb762fdcdda3a4 securityContext: container: readOnlyRootFilesystem: false