From 2cb7db1d5afd55dd16858bd2fb07b489baf52903 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 14 Dec 2023 07:34:15 +0100 Subject: [PATCH] chore(deps): update container image bitnami/wordpress to 6.4.2@65910b7 (#16061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | bitnami/wordpress | digest | `171f807` -> `65910b7` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- charts/stable/wordpress/Chart.yaml | 51 ++++++++++++++--------------- charts/stable/wordpress/values.yaml | 2 +- 2 files changed, 26 insertions(+), 27 deletions(-) diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml index 52a4abc0960..3f6d6d2f6f2 100644 --- a/charts/stable/wordpress/Chart.yaml +++ b/charts/stable/wordpress/Chart.yaml @@ -1,40 +1,39 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: wordpress -version: 3.1.2 +version: 3.1.3 appVersion: 6.4.2 -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://hub.docker.com/r/bitnami/wordpress - - https://www.wordpress.org - - https://github.com/truecharts/charts/tree/master/charts/stable/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 d85c3b37f8d..9ba5a588af1 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.2@sha256:171f807fd9138a1395ee9335db4a82bd53e805997351c177768b923c20eb08a0 + tag: 6.4.2@sha256:65910b75491ec762710a2dba4506097497810b3e2335816975b542bcf6a9c708 securityContext: container: readOnlyRootFilesystem: false