From c31ee5ce93ae238f0826a6613f73360ca9c3b979 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 10 Feb 2026 03:47:43 +0000 Subject: [PATCH] chore: update to PHP 8.5.2, nginx 1.29.5-alpine-perl, selenium 144.0-chromedriver-144.0 --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 4edd447..dcdf2da 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-a +version: 8.5.2 appVersion: "8.5.2" 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 c99ded4..a965eb9 100644 --- a/values.yaml +++ b/values.yaml @@ -4,7 +4,7 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.4-alpine-perl" + tag: "1.29.5-alpine-perl" pullPolicy: IfNotPresent php: registry: docker.io