Skip to content

Commit

Permalink
feat(charts): update app versions and add new portal chart
Browse files Browse the repository at this point in the history
On-behalf-of: @SAP angel.kafazov@sap.com
Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
  • Loading branch information
akafazov committed Dec 3, 2024
1 parent 2e1e0bc commit f7b7f72
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/account-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# account-operator

![Version: 0.4.21](https://img.shields.io/badge/Version-0.4.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.106.0](https://img.shields.io/badge/AppVersion-0.106.0-informational?style=flat-square)
![Version: 0.4.21](https://img.shields.io/badge/Version-0.4.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.108.0](https://img.shields.io/badge/AppVersion-0.108.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down
Binary file modified charts/account-operator/charts/account-operator-crds-0.1.6.tgz
Binary file not shown.
Binary file modified charts/account-operator/charts/common-0.1.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/common/test-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ appVersion: "1.16.0"
dependencies:
- name: common
version: 0.1.5
repository: file://..
repository: file://..
Binary file modified charts/common/test-chart/charts/common-0.1.5.tgz
Binary file not shown.
21 changes: 21 additions & 0 deletions charts/example-content/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# example-content

![Version: 0.110.7](https://img.shields.io/badge/Version-0.110.7-informational?style=flat-square) ![AppVersion: 0.126.0](https://img.shields.io/badge/AppVersion-0.126.0-informational?style=flat-square)

Helm Chart for the openmfp Portal

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../common | common | 0.1.5 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| 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"` | |
| istio.virtualService.matchers[0].match[1].uri.prefix | string | `"/ui/example-content/"` | |

Binary file modified charts/example-content/charts/common-0.1.5.tgz
Binary file not shown.
Binary file modified charts/extension-manager-operator/charts/common-0.1.5.tgz
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/openmfp/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# openmfp

![Version: 0.0.18](https://img.shields.io/badge/Version-0.0.18-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)
![Version: 0.0.34](https://img.shields.io/badge/Version-0.0.34-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)

The OpenMFP chart for Kubernetes

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| oci://ghcr.io/openmfp/helm-charts | example-content | 0.110.5 |
| oci://ghcr.io/openmfp/helm-charts | portal | 0.69.126 |
| oci://ghcr.io/openmfp/helm-charts | example-content | 0.110.7 |
| oci://ghcr.io/openmfp/helm-charts | portal | 0.69.141 |

## Values

Expand Down
23 changes: 23 additions & 0 deletions charts/portal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# portal

![Version: 0.69.142](https://img.shields.io/badge/Version-0.69.142-informational?style=flat-square) ![AppVersion: 0.220.0](https://img.shields.io/badge/AppVersion-0.220.0-informational?style=flat-square)

Helm Chart for the openmfp Portal

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| file://../common | common | 0.1.5 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| featureToggles | string | `"enableSessionAutoRefresh=true"` | |
| http.protocol | string | `"https"` | |
| image.name | string | `"ghcr.io/openmfp/portal"` | |
| image.pullPolicyOverride | string | `"IfNotPresent"` | |
| importContent | bool | `true` | |
| validWebcomponentUrls | string | `".?"` | |

Binary file modified charts/portal/charts/common-0.1.5.tgz
Binary file not shown.

0 comments on commit f7b7f72

Please sign in to comment.