chore: update to PHP 8.5.9, nginx 1.31.3-alpine-perl, selenium 150.0-chromedriver-150.0

This commit is contained in:
GitHub Actions Bot
2026-08-03 02:00:23 +00:00
parent 3d384ab72e
commit ec8a6796a3
2 changed files with 3 additions and 3 deletions
+2 -2
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.8-a
appVersion: "8.5.8"
version: 8.5.9
appVersion: "8.5.9"
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/330px-PHP-logo.svg.png
+1 -1
View File
@@ -9,7 +9,7 @@ image:
php:
registry: docker.io
repository: php
tag: "8.5.8-fpm-alpine3.24"
tag: "8.5.9-fpm-alpine3.24"
pullPolicy: IfNotPresent
selenium:
registry: docker.io