Skip to content

Commit

Permalink
Remove old sub-charts from the new installation (#11483)
Browse files Browse the repository at this point in the history
* Remove old sub-charts from new installation

* Overwrite proper value

* Use requirements to conditionally install subchart
  • Loading branch information
dariadomagala-sap committed Jun 16, 2021
1 parent 3d36a7b commit ab60ee8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion installation/resources/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@ rafter:
controller-manager:
minio:
virtualservice:
enabled: false
enabled: false
helm-broker:
addons-ui:
enabled: false
service-catalog-addons:
service-catalog-ui:
enabled: false
3 changes: 3 additions & 0 deletions resources/helm-broker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ defaultAddonsRepository: "https://github.com/kyma-project/addons/releases/downlo
# myRepo2: "https://github.com/myOrg/myRepo/releases/download/0.x.0/index.yaml"
additionalAddonsRepositories: {}

addons-ui:
enabled: true

global:
containerRegistry:
path: eu.gcr.io/kyma-project
Expand Down
2 changes: 1 addition & 1 deletion resources/service-catalog-addons/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dependencies:
- name: service-binding-usage-controller
condition: service-binding-usage-controller.enabled
- name: service-catalog-ui
condition: catalog-ui.enabled
condition: service-catalog-ui.enabled
3 changes: 3 additions & 0 deletions resources/service-catalog-addons/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
service-catalog-ui:
enabled: true

global:
containerRegistry:
path: eu.gcr.io/kyma-project
Expand Down

0 comments on commit ab60ee8

Please sign in to comment.