chore: update to phpMyAdmin 5.2.3, nginx 1.29.5-alpine-perl

This commit is contained in:
Gitea Actions Bot
2026-02-09 03:00:27 +00:00
parent 04628452c9
commit f67af7c01e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: phpmyadmin-nginx
description: A Helm chart for phpMyAdmin with nginx reverse proxy
type: application
version: 1.0.0
version: "5.2.3"
appVersion: "5.2.3"
keywords:
- phpmyadmin

View File

@@ -8,7 +8,7 @@ image:
nginx:
registry: docker.io
repository: nginx
tag: "1.29.3-alpine-perl"
tag: "1.29.5-alpine-perl"
pullPolicy: IfNotPresent
phpmyadmin:
registry: docker.io