[xwiki-contrib/xwiki-helm] 990491: fix(solr): make pod fsGroup and init container run...
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/xwiki-helm Commit: 99049154d131ad7c9ff57800bb287cb634ad50e6 https://github.com/xwiki-contrib/xwiki-helm/commit/99049154d131ad7c9ff57800b... Author: GAD Asmaa <[email protected]> Date: 2026-09-15 (Tue, 15 Sep 2026) Changed paths: M charts/xwiki/templates/solr-statefulset.yaml M charts/xwiki/values.yaml Log Message: ----------- fix(solr): make pod fsGroup and init container runAsUser/runAsGroup values-driven Solr's statefulset hardcoded fsGroup/runAsUser/runAsGroup to 1001 with no .Values reference, unlike every other security-sensitive setting in this chart (see the top-level securityContext/containerSecurityContext, and solr.containerSecurityContext). This adds solr.securityContext (enabled + fsGroup), mirroring that existing convention, so environments whose Solr image runs under a different UID/GID don't have to fork the template. Default (enabled: true, fsGroup: 1001) reproduces prior behavior exactly. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/xwiki-helm/settings/notifications
participants (1)
-
XWiki Notifications