From c6945b606d5f74c46be3467ec8e28e27b43e2748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Fri, 7 Feb 2025 17:19:25 +0100 Subject: [PATCH] feat(example-content): enhance content configurations with UI and WC support --- charts/example-content/Chart.yaml | 2 +- charts/example-content/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/example-content/Chart.yaml b/charts/example-content/Chart.yaml index 84877fb2f..db8bc66a8 100644 --- a/charts/example-content/Chart.yaml +++ b/charts/example-content/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.145.0" description: Helm Chart for the openmfp Portal name: example-content -version: 0.111.23 +version: 0.112.0 dependencies: - name: common version: 0.2.7 diff --git a/charts/example-content/README.md b/charts/example-content/README.md index d884c27f0..9a83d81dd 100644 --- a/charts/example-content/README.md +++ b/charts/example-content/README.md @@ -10,7 +10,9 @@ Helm Chart for the openmfp Portal ## Values | Key | Type | Default | Description | |-----|------|---------|-------------| -| contentConfigurations.home | bool | `true` | This content configuration enables a basic homepage in the portal | +| contentConfigurations.ui | object | `{"enabled":true,"url":"http://localhost:8000/ui/example-content/ui/assets/config.json"}` | This content configuration enables a basic homepage in the portal | +| contentConfigurations.wc.enabled | bool | `true` | | +| contentConfigurations.wc.url | string | `"http://localhost:8000/ui/example-content/ui/assets/config.json"` | | | contentProtocolDomain | string | `"https://example-content.some-domain.com"` | | | image.name | string | `"ghcr.io/openmfp/example-content"` | The image name | | istio.virtualService.hosts[0] | string | `"your-host.com"` | |