2 Commits

Author SHA1 Message Date
GitHub Actions Bot
80d248ad10 chore: update to PHP 8.5.2, nginx 1.29.4-alpine-perl, selenium 143.0-chromedriver-143.0 2026-01-19 02:00:30 +00:00
cdcf495ca0 .gitea/workflows/image-update-and-release.yaml を更新
All checks were successful
Helm Chart Release / release-chart (push) Successful in 12s
Update Docker Image Tags and Release Helm Chart / update-and-release (push) Successful in 28s
2026-01-10 11:23:08 +00:00
3 changed files with 10 additions and 3 deletions

View File

@@ -126,6 +126,13 @@ jobs:
set -e set -e
echo "Updating values.yaml..." echo "Updating values.yaml..."
# PHPバージョンを取得
APP_VERSION="${{ steps.php.outputs.app_version }}"
# version フィールドを更新 (PHPバージョンと同一)
sed -i "s/^version: .*/version: \"${APP_VERSION}\"/" values.yaml
echo "Version updated to: ${APP_VERSION}"
# Nginx更新 # Nginx更新
NGINX_OLD="${{ steps.nginx.outputs.current }}" NGINX_OLD="${{ steps.nginx.outputs.current }}"
NGINX_NEW="${{ steps.nginx.outputs.latest }}" NGINX_NEW="${{ steps.nginx.outputs.latest }}"

View File

@@ -2,6 +2,6 @@ apiVersion: v2
name: phpfpm name: phpfpm
description: Nginx + PHP-FPM Helm Chart with external DB and optional Selenium support description: Nginx + PHP-FPM Helm Chart with external DB and optional Selenium support
type: application type: application
version: 8.5.1 version: 8.5.2
appVersion: "8.5.1" appVersion: "8.5.2"
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/330px-PHP-logo.svg.png icon: https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/330px-PHP-logo.svg.png

View File

@@ -9,7 +9,7 @@ image:
php: php:
registry: docker.io registry: docker.io
repository: php repository: php
tag: "8.5.1-fpm-alpine3.23" tag: "8.5.2-fpm-alpine3.22"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
selenium: selenium:
registry: docker.io registry: docker.io