Skip to content

Commit e5603e4

Browse files
committed
Update charts with latest changes
1 parent 6eac98f commit e5603e4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

wiz-admission-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: application
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: 3.10.7-preview
8+
version: 3.10.7
99

1010
# This is the version number of the application being deployed. This version number should be
1111
# incremented each time you make changes to the application. Versions are not expected to

wiz-sensor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: wiz-sensor
33
description: Wiz Sensor helm chart
44
type: application
55
home: https://www.wiz.io/
6-
version: 1.0.7501
6+
version: 1.0.7502
77
appVersion: 1.0.7500
88
annotations:
9-
diskScanAppVersion: 1.1.22
9+
diskScanAppVersion: 1.1.23

wiz-sensor/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ daemonset:
352352

353353
# resource values for the Sensor based workload scanner
354354
diskScanLimits:
355-
cpu: "100m"
356-
memory: "700Mi"
355+
cpu: "200m"
356+
memory: "500Mi"
357357
diskScanRequests:
358358
cpu: "10m"
359359
memory: "100Mi"

0 commit comments

Comments
 (0)