Skip to content

Commit 6745907

Browse files
committed
Restored Chart.yaml
1 parent 14d6136 commit 6745907

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

wiz-kubernetes-connector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ appVersion: "2.5"
2525

2626
dependencies:
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

wiz-kubernetes-integration/Chart.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,14 @@ appVersion: ""
88
# Dependencies for wiz-kubernetes connector and wiz-admission-controller and wiz-sensor
99
dependencies:
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

0 commit comments

Comments
 (0)