From e8fb0e1bbf0342fb4f1775d140b4a954f908dc05 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 15 Dec 2025 02:01:24 +0000 Subject: [PATCH] chore: update to WordPress 6.9.0 --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 10226a6..ce4369b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: wordpress-nginx description: WordPress with Nginx and PHP-FPM on Kubernetes type: application -version: 6.9.0-l +version: 6.9.0 appVersion: "6.9.0" keywords: - wordpress diff --git a/values.yaml b/values.yaml index 9216057..3a34479 100644 --- a/values.yaml +++ b/values.yaml @@ -5,7 +5,7 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.3-alpine-perl" + tag: "1.29.4-alpine-perl" pullPolicy: IfNotPresent wordpress: registry: docker.io