diff --git a/Chart.yaml b/Chart.yaml index e46a35d..399eacc 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.4 -appVersion: "8.5.4" +version: 8.5.5 +appVersion: "8.5.5" 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 ee48fb2..70d65b5 100644 --- a/values.yaml +++ b/values.yaml @@ -4,17 +4,17 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.7-alpine-perl" + tag: "1.29.8-alpine-perl" pullPolicy: IfNotPresent php: registry: docker.io repository: php - tag: "8.5.4-fpm-alpine3.23" + tag: "8.5.5-fpm-alpine3.23" pullPolicy: IfNotPresent selenium: registry: docker.io repository: selenium/standalone-chromium - tag: "145.0-chromedriver-145.0" + tag: "147.0-chromedriver-147.0" pullPolicy: IfNotPresent service: