From 982cc274d8a21d026de5fd4bbe17bde8137640a8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 11 May 2026 02:00:26 +0000 Subject: [PATCH] chore: update to PHP 8.5.6, nginx 1.30.0-alpine-perl, selenium 147.0-chromedriver-147.0 --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 399eacc..e13ee3a 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.5 -appVersion: "8.5.5" +version: 8.5.6 +appVersion: "8.5.6" 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 d64d764..5f9eeb4 100644 --- a/values.yaml +++ b/values.yaml @@ -9,7 +9,7 @@ image: php: registry: docker.io repository: php - tag: "8.5.5-fpm-alpine3.23" + tag: "8.5.6-fpm-alpine3.23" pullPolicy: IfNotPresent selenium: registry: docker.io