Skip to content

Commit

Permalink
feat(example-content): enhance content configurations with UI and WC …
Browse files Browse the repository at this point in the history
…support
  • Loading branch information
nexus49 committed Feb 7, 2025
1 parent 4fae456 commit c6945b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/example-content/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion charts/example-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"` | |
Expand Down

0 comments on commit c6945b6

Please sign in to comment.