chore: update to WordPress 7.0.0, nginx 1.31.1-alpine-perl
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@ apiVersion: v2
|
||||
name: wordpress-nginx
|
||||
description: WordPress with Nginx and PHP-FPM on Kubernetes
|
||||
type: application
|
||||
version: 6.9.4-a
|
||||
appVersion: "6.9.4"
|
||||
version: 7.0.0
|
||||
appVersion: "7.0.0"
|
||||
keywords:
|
||||
- wordpress
|
||||
- nginx
|
||||
|
||||
+2
-2
@@ -5,12 +5,12 @@ image:
|
||||
nginx:
|
||||
registry: docker.io
|
||||
repository: nginx
|
||||
tag: "1.31.0-alpine-perl"
|
||||
tag: "1.31.1-alpine-perl"
|
||||
pullPolicy: IfNotPresent
|
||||
wordpress:
|
||||
registry: docker.io
|
||||
repository: wordpress
|
||||
tag: "6.9.4-php8.5-fpm-alpine"
|
||||
tag: "7.0.0-php8.5-fpm-alpine"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# WordPress設定
|
||||
|
||||
Reference in New Issue
Block a user