diff --git a/Chart.yaml b/Chart.yaml index 579e675..d324e64 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: wordpress-nginx description: WordPress with Nginx and PHP-FPM on Kubernetes type: application -version: 7.0.0 -appVersion: "7.0.0" +version: 7.0.2 +appVersion: "7.0.2" keywords: - wordpress - nginx diff --git a/values.yaml b/values.yaml index 940e0ef..e7739af 100644 --- a/values.yaml +++ b/values.yaml @@ -5,12 +5,12 @@ image: nginx: registry: docker.io repository: nginx - tag: "1.31.1-alpine-perl" + tag: "1.31.3-alpine-perl" pullPolicy: IfNotPresent wordpress: registry: docker.io repository: wordpress - tag: "7.0.0-php8.5-fpm-alpine" + tag: "7.0.2-php8.5-fpm-alpine" pullPolicy: IfNotPresent # WordPress設定