File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
wiz-kubernetes-integration Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ appVersion: "2.5"
2525
2626dependencies :
2727 - name : wiz-broker
28- # repository: https://wiz-sec.github.io/charts
29- repository : " file://../wiz-broker" # Use this line to test the chart locally
28+ repository : https://wiz-sec.github.io/charts
29+ # repository: "file://../wiz-broker" # Use this line to test the chart locally
3030 version : " >=2.1.0"
3131 condition : wiz-broker.enabled
Original file line number Diff line number Diff line change @@ -8,17 +8,14 @@ appVersion: ""
88# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
99dependencies :
1010- name : wiz-kubernetes-connector
11- repository : " file://../wiz-kubernetes-connector" # Use this line to test the chart locally
12- # repository: https://wiz-sec.github.io/charts
11+ repository : https://wiz-sec.github.io/charts
1312 version : " >=3.1.0"
1413 condition : wiz-kubernetes-connector.enabled
1514- name : " wiz-admission-controller"
16- repository : " file://../wiz-admission-controller" # Use this line to test the chart locally
17- # repository: https://wiz-sec.github.io/charts
18- version : " >=3.6.1-preview"
15+ repository : https://wiz-sec.github.io/charts
16+ version : " >=3.6.0"
1917 condition : wiz-admission-controller.enabled
2018- name : wiz-sensor
21- repository : " file://../wiz-sensor" # Use this line to test the chart locally
22- # repository: https://wiz-sec.github.io/charts
19+ repository : https://wiz-sec.github.io/charts
2320 version : " >=1.0.4708"
2421 condition : wiz-sensor.enabled
You can’t perform that action at this time.
0 commit comments