BunkerWeb Helm chart v1.0.25 (app version 1.6.13).
helm repo add bunkerweb https://repo.bunkerweb.io/charts
helm repo update
helm install bunkerweb bunkerweb/bunkerweb --version 1.0.25Documentation: https://docs.bunkerweb.io/
Changelog:
App version: 1.6.13 (unchanged).
- [FEATURE]
scheduler: whensettings.existingSecretis set, the PRO license key and the optional feature secrets are now sourced from it (keyspro-license-key,zerossl-api-key,custom-ssl-key,sessions-secret,auth-basic-password,darkvisitors-token,crowdsec-api-key; all optional, taking precedence over their plain values.yaml equivalents). (#84 for the PRO license key, thanks @anthosz) - [BUGFIX]
scheduler.features:redirect.redirectToStatusCodeandphp.remotephpPathnow render their env vars (REDIRECT_TO_STATUS_CODE,REMOTE_PHP_PATH) — in all earlier chart versions both were silently ignored due to template guard bugs. - [CI] internal template refactor (
_helpers.tplconsolidation) and streamlined dev/prod release workflows. - [CI] GitHub Actions bumps:
actions/checkout7.0.0,azure/setup-helm5.0.1,softprops/action-gh-release3.0.2. - [DOCS]
values.yaml: note that thepro-license-keykey inexistingSecretis optional for non-PRO deployments.