Skip to content

Commit

Permalink
add extension-manager-operator component to Helm 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 12, 2024
1 parent ed996a4 commit 5d1abf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/openmfp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ dependencies:
version: 0.60.2
repository: oci://ghcr.io/openmfp/helm-charts
condition: components.infra.enabled
- name: extension-manager-operator
version: 0.22.50
repository: oci://ghcr.io/openmfp/helm-charts
condition: components.extension-manager-operator.enabled
3 changes: 3 additions & 0 deletions charts/openmfp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ components:
infra:
# -- enable infra component
enabled: true
extension-manager-operator:
# -- enable extension-manager-operator component
enabled: true

0 comments on commit 5d1abf8

Please sign in to comment.