Files
Claude 256fc293a6
Some checks failed
Helm Chart Release / release-chart (push) Failing after 11s
Update Docker Images and Helm Chart / update (push) Successful in 57s
fix: Support random password generation on initial WordPress install
- Allow empty WP_ADMIN_PASSWORD on initial install for backward compatibility
- Generate secure random password (20 chars) when password is not specified
- During Helm upgrades: Skip installation (WordPress already installed)
- Prevents password mismatch between Kubernetes Secret and WordPress database

Changes:
- Use INSTALL_PASSWORD variable for flexible password handling
- Generate random password with: openssl rand -base64 32 | tr -d "=+/" | cut -c1-20
- Improve logging to distinguish between random generation and manual specification
- Preserve existing database content during upgrades (no password reset)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-02-12 18:40:36 +09:00
..
2025-11-20 07:54:48 +00:00
2025-11-30 04:54:25 +00:00
2025-11-20 07:56:42 +00:00
2025-11-25 04:27:31 +00:00
2025-11-20 07:57:27 +00:00