From 59f08bbde262a5b73e7fadf13f62a3ed50983dc9 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 12 Feb 2026 00:50:42 +0000 Subject: [PATCH] chore: Update Docker images - WordPress: 6.9.0-php8.5-fpm-alpine -> 6.9.1-php8.5-fpm-alpine - Nginx: 1.29.4-alpine-perl -> 1.29.5-alpine-perl Auto-updated by Gitea Actions --- Chart.yaml | 4 ++-- values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 9532e1f..86e704a 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: wordpress-nginx description: WordPress with Nginx and PHP-FPM on Kubernetes type: application -version: 6.9.4 -appVersion: "6.9.0" +version: 6.9.1 +appVersion: "6.9.1" keywords: - wordpress - nginx diff --git a/values.yaml b/values.yaml index 5a7c933..365d0f9 100644 --- a/values.yaml +++ b/values.yaml @@ -5,12 +5,12 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.4-alpine-perl" + tag: "1.29.5-alpine-perl" pullPolicy: IfNotPresent wordpress: registry: docker.io repository: wordpress - tag: "6.9.0-php8.5-fpm-alpine" + tag: "6.9.1-php8.5-fpm-alpine" pullPolicy: IfNotPresent # WordPress設定