Skip to content

Commit c3624ab

Browse files
committed
chore: update OpenMFP and portal chart versions to 0.0.56 and 0.69.162 respectively
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
1 parent e9a8ef6 commit c3624ab

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

charts/openmfp/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The OpenMFP chart for Kubernetes
44

5-
![Version: 0.0.53](https://img.shields.io/badge/Version-0.0.53-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
5+
![Version: 0.0.56](https://img.shields.io/badge/Version-0.0.56-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.0](https://img.shields.io/badge/AppVersion-0.0.0-informational?style=flat-square)
66

77
## Additional Information
88

@@ -12,8 +12,8 @@ The `common` chart is a library of common resources that are shared across all o
1212

1313
| Repository | Name | Version |
1414
|------------|------|---------|
15-
| oci://ghcr.io/openmfp/helm-charts | example-content | 0.110.12 |
16-
| oci://ghcr.io/openmfp/helm-charts | portal | 0.69.157 |
15+
| oci://ghcr.io/openmfp/helm-charts | example-content | 0.110.13 |
16+
| oci://ghcr.io/openmfp/helm-charts | portal | 0.69.162 |
1717

1818
## Values
1919

charts/portal/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Helm Chart for the openmfp Portal
44

5-
![Version: 0.69.161](https://img.shields.io/badge/Version-0.69.161-informational?style=flat-square) ![AppVersion: 0.234.0](https://img.shields.io/badge/AppVersion-0.234.0-informational?style=flat-square)
5+
![Version: 0.69.162](https://img.shields.io/badge/Version-0.69.162-informational?style=flat-square) ![AppVersion: 0.235.0](https://img.shields.io/badge/AppVersion-0.235.0-informational?style=flat-square)
66

77
## Additional Information
88

@@ -40,4 +40,10 @@ Example
4040
| image.name | string | `"ghcr.io/openmfp/portal"` | |
4141
| image.pullPolicyOverride | string | `"IfNotPresent"` | |
4242
| importContent | bool | `true` | |
43+
| trust.openmfp.authDomain | string | `"http://localhost:8000/keycloak/realms/openmfp/protocol/openid-connect/auth"` | |
44+
| trust.openmfp.baseDomains | string | `"localhost"` | |
45+
| trust.openmfp.loginAudience | string | `"openmfp"` | |
46+
| trust.openmfp.oidcClientSecretName | string | `"openmfp-client"` | |
47+
| trust.openmfp.secretKeyRef | string | `"attribute.client_secret"` | |
48+
| trust.openmfp.tokenUrl | string | `"http://openmfp-keycloak/keycloak/realms/openmfp/protocol/openid-connect/token"` | |
4349
| validWebcomponentUrls | string | `".?"` | |

0 commit comments

Comments
 (0)