From 84ed9e478ee1b1b541925fdb84919fffcb3a3acb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 13 Apr 2026 02:00:26 +0000 Subject: [PATCH] chore: update to PHP 8.5.5, nginx 1.29.8-alpine-perl, selenium 147.0-chromedriver-147.0 --- Chart.yaml | 4 ++-- values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index e46a35d..399eacc 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.4 -appVersion: "8.5.4" +version: 8.5.5 +appVersion: "8.5.5" 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 ee48fb2..70d65b5 100644 --- a/values.yaml +++ b/values.yaml @@ -4,17 +4,17 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.7-alpine-perl" + tag: "1.29.8-alpine-perl" pullPolicy: IfNotPresent php: registry: docker.io repository: php - tag: "8.5.4-fpm-alpine3.23" + tag: "8.5.5-fpm-alpine3.23" pullPolicy: IfNotPresent selenium: registry: docker.io repository: selenium/standalone-chromium - tag: "145.0-chromedriver-145.0" + tag: "147.0-chromedriver-147.0" pullPolicy: IfNotPresent service: