chore: update to PHP 8.5.4, nginx 1.29.6-alpine-perl, selenium 145.0-chromedriver-145.0

This commit is contained in:
GitHub Actions Bot
2026-03-16 02:00:21 +00:00
parent e83fd7b6f6
commit d2c3b9671f
2 changed files with 4 additions and 4 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.3-d
appVersion: "8.5.3"
version: 8.5.4
appVersion: "8.5.4"
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/330px-PHP-logo.svg.png

View File

@@ -4,12 +4,12 @@ image:
nginx:
registry: docker.io
repository: nginx
tag: "1.29.5-alpine-perl"
tag: "1.29.6-alpine-perl"
pullPolicy: IfNotPresent
php:
registry: docker.io
repository: php
tag: "8.5.3-fpm-alpine3.23"
tag: "8.5.4-fpm-alpine3.23"
pullPolicy: IfNotPresent
selenium:
registry: docker.io