diff --git a/Chart.yaml b/Chart.yaml index 93ada2a..c00b0f0 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.6-g -appVersion: "8.5.6" +version: 8.5.8 +appVersion: "8.5.8" 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 fc10bd7..e50fc2e 100644 --- a/values.yaml +++ b/values.yaml @@ -4,17 +4,17 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.31.1-alpine-perl" + tag: "1.31.3-alpine-perl" pullPolicy: IfNotPresent php: registry: docker.io repository: php - tag: "8.5.6-fpm-alpine3.23" + tag: "8.5.8-fpm-alpine3.24" pullPolicy: IfNotPresent selenium: registry: docker.io repository: selenium/standalone-chromium - tag: "148.0-chromedriver-148.0" + tag: "150.0-chromedriver-150.0" pullPolicy: IfNotPresent service: