diff --git a/Chart.yaml b/Chart.yaml index 7fed68b..4eab91f 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: 0.1.1 -appVersion: "8.4.10" +version: 8.5.1 +appVersion: "8.5.1" 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 6027292..f993e03 100644 --- a/values.yaml +++ b/values.yaml @@ -4,17 +4,17 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.1-alpine-perl" + tag: "1.29.4-alpine-perl" pullPolicy: IfNotPresent php: registry: docker.io repository: php - tag: "8.4.12-fpm-alpine3.22" + tag: "8.5.1-fpm-alpine3.23" pullPolicy: IfNotPresent selenium: registry: docker.io repository: selenium/standalone-chromium - tag: "139.0-chromedriver-139.0" + tag: "143.0-chromedriver-143.0" pullPolicy: IfNotPresent service: