Files
Thore Cimbal 2154f7fe77 fix(wiki): replace remaining Wiki.js favicons; split branding ConfigMap
The browser tab still showed Wiki.js because only favicon.ico + 16/32 were
replaced — the larger icons the tab picks (android-chrome-192, apple-touch-180,
mstile-150) were still the defaults. Add ThreadNet versions and subPath-mount
them. Adding these pushed the single branding ConfigMap to ~1.04 MB (the 1 MiB
etcd limit), so split the 604 KB background into its own platform-branding-bg
ConfigMap mounted at /_assets/img/bg; authLoginBgUrl follows.
2026-08-13 12:00:00 +00:00

13 lines
705 B
Plaintext

# Flux source-controller's default ignore rules strip image files (*.png, *.jpg,
# ...) from the build artifact. The platform-branding ConfigMap (configMapGenerator
# in apps/production/kustomization.yaml) needs these branding assets in the build,
# so re-include them. Negations are evaluated after the defaults.
!apps/production/branding/logo.png
!apps/production/branding/alpenglow.jpg
!apps/production/branding/favicon.ico
!apps/production/branding/favicons/favicon-32x32.png
!apps/production/branding/favicons/favicon-16x16.png
!apps/production/branding/favicons/android-chrome-192x192.png
!apps/production/branding/favicons/apple-touch-icon.png
!apps/production/branding/favicons/mstile-150x150.png