Skip to content

Commit b8a0148

Browse files
committed
Update charts with latest changes
1 parent b7c1206 commit b8a0148

File tree

12 files changed

+16
-83
lines changed

12 files changed

+16
-83
lines changed

wiz-admission-controller/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ 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.9.5
8+
version: 3.9.7
99
# This is the version number of the application being deployed. This version number should be
1010
# incremented each time you make changes to the application. Versions are not expected to
1111
# follow Semantic Versioning. They should reflect the version the application is using.
1212
# It is recommended to use it with quotes.
13-
appVersion: "2.8"
13+
appVersion: "2.9"
1414
dependencies:
1515
- name: wiz-common
16-
version: "0.1.8"
16+
version: "0.1.9"
1717
repository: https://wiz-sec.github.io/charts
1818
# repository: "file://../wiz-common" # Use this line to test the chart locally

wiz-admission-controller/templates/certmanager.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

wiz-admission-controller/templates/input-validations.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

wiz-admission-controller/templates/service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ spec:
3636
{{- include "wiz-admission-controller.selectorLabels" . | nindent 4 }}
3737
{{- include "wiz-kubernetes-audit-log-collector.selectorLabels" . | nindent 4 }}
3838
{{- end }}
39+
40+
41+

wiz-broker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ apiVersion: v2
22
name: "wiz-broker"
33
description: Wiz Broker for tunneling http traffic to Wiz backend
44
type: application
5-
version: 2.3.9
5+
version: 2.3.10
66
appVersion: "2.7"
77
dependencies:
88
- name: wiz-common
9-
version: "0.1.8"
9+
version: "0.1.9"
1010
repository: https://wiz-sec.github.io/charts
1111
# repository: "file://../wiz-common" # Use this line to test the chart locally

wiz-broker/templates/input-validations.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

wiz-common/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v2
22
name: wiz-common
33
description: Common library chart for shared templates
44
type: library
5-
version: 0.1.8
5+
version: 0.1.9

wiz-common/templates/_require_helm_version.tpl

Lines changed: 0 additions & 16 deletions
This file was deleted.

wiz-common/templates/_resources.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ resources:
2525
{{- toYaml $global | nindent 2 }}
2626
{{- end }}
2727
{{- end }}
28+
29+

wiz-kubernetes-connector/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 3.3.12
18+
version: 3.3.13
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -27,9 +27,9 @@ dependencies:
2727
- name: wiz-broker
2828
repository: https://wiz-sec.github.io/charts
2929
# repository: "file://../wiz-broker" # Use this line to test the chart locally
30-
version: "2.3.9"
30+
version: "2.3.10"
3131
condition: wiz-broker.enabled
3232
- name: wiz-common
33-
version: "0.1.8"
33+
version: "0.1.9"
3434
repository: https://wiz-sec.github.io/charts
3535
# repository: "file://../wiz-common" # Use this line to test the chart locally

0 commit comments

Comments
 (0)