diff --git a/docs/development.md b/docs/development.md index 42e61580..f51ed6c2 100644 --- a/docs/development.md +++ b/docs/development.md @@ -138,6 +138,9 @@ configured to pull artifacts that do not originate from Open CoDE into projects The mirror script takes the information on what artifacts to mirror from the annotation inside the two yaml files: - `# upstreamRegistry` *required*: To identify the source registry +- `# upstreamRegistryCredentialId`: *optional*: In case the source registry is not public the access credentials have to be specified as ENV variables containing the value of this key in their name, so you want to specific that key all uppercase: + - `MIRROR_CREDENTIALS_SRC__USERNAME` + - `MIRROR_CREDENTIALS_SRC__PASSWORT` - `# upstreamRepository` *required*: To identify the source repository - `# upstreamMirrorTagFilterRegEx` *required*: If this annotation is set it activates the mirror for the component. Only tags are being mirrored that match the given regular expression. **Note:** You have to use single quotes for this attribute's value in case you use backslash leading regex notation like `\d`. - `# upstreamMirrorStartFrom` *optional*: Array of numeric values in case you want to mirror only artifacts beginning with a specific version. You must use capturing groups diff --git a/helmfile/environments/default/charts.yaml b/helmfile/environments/default/charts.yaml index 545f329e..4eac6a0d 100644 --- a/helmfile/environments/default/charts.yaml +++ b/helmfile/environments/default/charts.yaml @@ -132,7 +132,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/platform-development/charts/opendesk-jitsi" name: "opendesk-jitsi" - version: "1.9.3" + version: "1.11.3" verify: true mariadb: # providerCategory: "Platform" diff --git a/helmfile/environments/default/theme.gotmpl b/helmfile/environments/default/theme.gotmpl index 68a85692..174280fd 100644 --- a/helmfile/environments/default/theme.gotmpl +++ b/helmfile/environments/default/theme.gotmpl @@ -46,6 +46,9 @@ theme: favicon144PngB64: {{ readFile "./../../files/theme/favicon144.png" | b64enc | quote }} logoHeaderSvgB64: {{ readFile "./../../files/theme/logoHeader.svg" | b64enc | quote }} + # Jitsi + logoHeaderInvertedSvgB64: {{ readFile "./../../files/theme/logoHeaderInverted.svg" | b64enc | quote }} + # Portal logoPortalBackgroundSvgB64: {{ readFile "./../../files/theme/logoPortalBackground.svg" | b64enc | quote }} portalCss: {{ readFile "./../../files/theme/portal.css" | b64enc }} diff --git a/helmfile/files/theme/logoHeaderInverted.svg b/helmfile/files/theme/logoHeaderInverted.svg new file mode 100644 index 00000000..998923e2 --- /dev/null +++ b/helmfile/files/theme/logoHeaderInverted.svg @@ -0,0 +1 @@ + \ No newline at end of file