Skip to content

Commit

Permalink
chore: reverting test commits
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Feb 11, 2025
1 parent eafe7ac commit 503fcd5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) file in this repository f

Please refer to the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file in this repository informations on the expected Code of Conduct for contributing to OpenMFP.


## Licensing

Copyright 2024 SAP SE or an SAP affiliate company and OpenMFP contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/openmfp/helm-charts).
Expand Down
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.151.0"
description: Helm Chart for the openmfp Portal
name: example-content
version: 0.113.9
version: 0.113.8
dependencies:
- name: common
version: 0.2.8
Expand Down
2 changes: 1 addition & 1 deletion charts/example-content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Helm Chart for the openmfp 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/wc/assets/config.json"` | |
| contentProtocolDomain | string | `"https://example-content.somedomain.com"` | |
| 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"` | |
| istio.virtualService.matchers[0].match[0].uri.exact | string | `"/ui/example-content"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/example-content/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ contentConfigurations:
# Set internal url especially for local a setup where the url is not reachable from within the cluster
# internalUrl: null

contentProtocolDomain: https://example-content.somedomain.com
contentProtocolDomain: https://example-content.some-domain.com

0 comments on commit 503fcd5

Please sign in to comment.