diff --git a/README.md b/README.md index 20f29eeb8..09305a08d 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/charts/example-content/Chart.yaml b/charts/example-content/Chart.yaml index 1be5427e2..07036e3cb 100644 --- a/charts/example-content/Chart.yaml +++ b/charts/example-content/Chart.yaml @@ -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 diff --git a/charts/example-content/README.md b/charts/example-content/README.md index a39925a1c..9058db377 100644 --- a/charts/example-content/README.md +++ b/charts/example-content/README.md @@ -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"` | | diff --git a/charts/example-content/values.yaml b/charts/example-content/values.yaml index d987683e8..f266813ad 100644 --- a/charts/example-content/values.yaml +++ b/charts/example-content/values.yaml @@ -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