From 770e0a92a5d20bbf6415eb7ddd3d68753d434501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 5 Mar 2025 08:53:55 +0100 Subject: [PATCH] docs(README_EE.md): Add reference to images/charts definition for a more specific view on potentially closed source containing artifacts --- README-EE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README-EE.md b/README-EE.md index 3d4c1169..dcb9ddf3 100644 --- a/README-EE.md +++ b/README-EE.md @@ -36,6 +36,11 @@ The following components have - at least partially - Enterprise specific artifac - OX AppSuite: oD CE and EE are using the same release version, in EE an enterprise-built container of the AppSuite's Core-Middleware is being integrated. - OX Dovecot Pro 3: Dovecot Pro provides support for S3 storage and this feature is used by default. +If you want to check in detail which artifacts are specific to openDesk Enterprise and thereby may contain non open source code, please check the `repository:` +values in the image ([1](./helmfile/environments/default/images.yaml.gotmpl) / [2](./helmfile/environments/default-enterprise-overrides/images.yaml.gotmpl)) +and chart ([1](./helmfile/environments/default/charts.yaml.gotmpl) / [2](./helmfile/environments/default-enterprise-overrides/charts.yaml.gotmpl)) definitions. +When a repository path starts with `/zendis` the artifact is only available in an openDesk Enterprise deployment. + # Enabling the Enterprise deployment To enable the oD EE deployment you must set the environment variable `OPENDESK_ENTERPRISE` to any value that does not evaluate to boolean *false* for [Helm flow control](https://helm.sh/docs/chart_template_guide/control_structures/#ifelse), e.g. `"true"`, `"yes"` or `"1"`: