diff --git a/Chart.yaml b/Chart.yaml index 10226a6..ce4369b 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: wordpress-nginx description: WordPress with Nginx and PHP-FPM on Kubernetes type: application -version: 6.9.0-l +version: 6.9.0 appVersion: "6.9.0" keywords: - wordpress diff --git a/values.yaml b/values.yaml index 9216057..3a34479 100644 --- a/values.yaml +++ b/values.yaml @@ -5,7 +5,7 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.29.3-alpine-perl" + tag: "1.29.4-alpine-perl" pullPolicy: IfNotPresent wordpress: registry: docker.io