chore: update to PHP 8.5.3, nginx 1.29.5-alpine-perl, selenium 144.0-chromedriver-144.0

This commit is contained in:
GitHub Actions Bot
2026-02-16 02:00:39 +00:00
parent ef238e9c42
commit 46101d410a
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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