From adc9ce59342a1ad4be0286e6e8aa6c03872955aa Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 16 Feb 2026 02:00:39 +0000 Subject: [PATCH] chore: update to PHP 8.5.3, nginx 1.29.5-alpine-perl, selenium 144.0-chromedriver-144.0 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 7345497..825216d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: phpfpm description: Nginx + PHP-FPM Helm Chart with external DB and optional Selenium support type: application -version: 8.5.2-b -appVersion: "8.5.2" +version: 8.5.3 +appVersion: "8.5.3" icon: https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/330px-PHP-logo.svg.png diff --git a/values.yaml b/values.yaml index a965eb9..89db6d6 100644 --- a/values.yaml +++ b/values.yaml @@ -9,7 +9,7 @@ image: php: registry: docker.io repository: php - tag: "8.5.2-fpm-alpine3.23" + tag: "8.5.3-fpm-alpine3.23" pullPolicy: IfNotPresent selenium: registry: docker.io