-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(charts): update app versions and add new portal chart
On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
- Loading branch information
Showing
12 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-205 Bytes
(96%)
charts/account-operator/charts/account-operator-crds-0.1.6.tgz
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ appVersion: "1.16.0" | |
dependencies: | ||
- name: common | ||
version: 0.1.5 | ||
repository: file://.. | ||
repository: file://.. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# example-content | ||
|
||
  | ||
|
||
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 not shown.
Binary file not shown.
Binary file modified
BIN
-219 Bytes
(94%)
charts/extension-manager-operator/charts/extension-manager-operator-crds-0.1.3.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# portal | ||
|
||
  | ||
|
||
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 not shown.