-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: helm-chart-1.0.0
-
Fix Version/s: helm-chart-1.0.16
-
Component/s: Helm Chart
The docker-private.packages.nuxeo.com/nuxeo/nuxeo:10.10-HF* image is not compliant with Nuxeo helm charts >= 1.x
The nuxeo.conf file is not mounted/read in the same location:
- 10.10-HF docker-entrypoint.sh reads /docker-entrypoint-initnuxeo.d/nuxeo.conf
- 11.x docker-entrypoint.sh reads /etc/nuxeo/conf.d/
- chart nuxeo 0.4.0 mounts nuxeoconf to /docker-entrypoint-initnuxeo.d/
- chart nuxeo 1.0.14 mounts nuxeoconf to /etc/nuxeo/conf.d/
Since 1.0.14 is not compatible with Nuxeo 11.x, let's keep it compliant with the 10.10 HF image.
- is related to
-
NXP-30302 Nuxeo chart 1.0.x must not loose the content of configmap mount dir
- Resolved
- is required by
-
AICORE-477 Fix preview deployment: nuxeo.conf
- Resolved
- Is referenced in