From 9e44c92824a89a1a004752f765d401d0e599cf29 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sat, 10 Jan 2026 11:14:01 +0000 Subject: [PATCH] chore: update to PHP 8.5.1, nginx 1.29.4-alpine-perl, selenium 143.0-chromedriver-143.0 --- Chart.yaml | 4 ++-- values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 7fed68b..4eab91f 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: 0.1.1 -appVersion: "8.4.10" +version: 8.5.1 +appVersion: "8.5.1" 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 6027292..f993e03 100644 --- a/values.yaml +++ b/values.yaml @@ -4,17 +4,17 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.1-alpine-perl" + tag: "1.29.4-alpine-perl" pullPolicy: IfNotPresent php: registry: docker.io repository: php - tag: "8.4.12-fpm-alpine3.22" + tag: "8.5.1-fpm-alpine3.23" pullPolicy: IfNotPresent selenium: registry: docker.io repository: selenium/standalone-chromium - tag: "139.0-chromedriver-139.0" + tag: "143.0-chromedriver-143.0" pullPolicy: IfNotPresent service: