@@ -21,7 +21,7 @@ type: application
2121# This is the chart version. This version number should be incremented each time you make changes
2222# to the chart and its templates, including the app version.
2323# Versions are expected to follow Semantic Versioning (https://semver.org/)
24- version : 0.1.12
24+ version : 0.2.0
2525
2626# This is the version number of the application being deployed. This version number should be
2727# incremented each time you make changes to the application. Versions are not expected to
@@ -30,36 +30,36 @@ version: 0.1.12
3030appVersion : " 0.1.0"
3131
3232dependencies :
33+ - name : aserto-lib
34+ version : 0.2.0
35+ repository : file://../aserto-lib
36+ - name : authorizer
37+ version : 0.2.0
38+ repository : file://../authorizer
39+ condition : authorizer.enabled
3340 - name : controller
3441 version : 0.0.1
3542 repository : file://../controller
43+ - name : console
44+ version : 0.1.7
45+ repository : file://../console
46+ condition : console.enabled
3647 - name : directory
37- version : 0.2.2
48+ version : 0.2.0
3849 repository : file://../directory
39- - name : authorizer
40- version : 0.1.10
41- repository : file://../authorizer
42- condition : authorizer.enabled
4350 - name : discovery
44- version : 0.1.9
51+ version : 0.2.0
4552 repository : file://../discovery
4653 condition : discovery.enabled
47- - name : console
48- version : 0.1.8
49- repository : file://../console
50- condition : console.enabled
54+ # - name: multi-tenant-scim
55+ # version: 0.0.1
56+ # repository: file://../multi-tenant-scim
57+ # condition: multi-tenant-scim.enabled
58+ # - name: registry-proxy
59+ # version: 0.1.6
60+ # repository: file://../registry-proxy
61+ # condition: registry-proxy.enabled
5162 - name : scim
52- version : 0.1.7
63+ version : 0.2.0
5364 repository : file://../scim
5465 condition : scim.enabled
55- - name : registry-proxy
56- version : 0.1.6
57- repository : file://../registry-proxy
58- condition : registry-proxy.enabled
59- - name : aserto-lib
60- version : 0.2.1
61- repository : file://../aserto-lib
62- - name : multi-tenant-scim
63- version : 0.0.1
64- repository : file://../multi-tenant-scim
65- condition : multi-tenant-scim.enabled
0 commit comments