Skip to content

Commit 271f855

Browse files
authored
Update charts with latest changes (#572)
1 parent af10088 commit 271f855

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

wiz-admission-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type: application
77
# This is the chart version. This version number should be incremented each time you make changes
88
# to the chart and its templates, including the app version.
99
# Versions are expected to follow Semantic Versioning (https://semver.org/)
10-
version: 3.8.7
10+
version: 3.8.8
1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to
@@ -17,6 +17,6 @@ appVersion: "2.8"
1717

1818
dependencies:
1919
- name: wiz-common
20-
version: "0.1.5"
20+
version: "0.1.6"
2121
repository: https://wiz-sec.github.io/charts
2222
# repository: "file://../wiz-common" # Use this line to test the chart locally

wiz-broker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ description: Wiz Broker for tunneling http traffic to Wiz backend
44

55
type: application
66

7-
version: 2.3.5
7+
version: 2.3.6
88
appVersion: "2.7"
99

1010
dependencies:
1111
- name: wiz-common
12-
version: "0.1.5"
12+
version: "0.1.6"
1313
repository: https://wiz-sec.github.io/charts
1414
# repository: "file://../wiz-common" # Use this line to test the chart locally

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.5
5+
version: 0.1.6

wiz-common/templates/_require_helm_version.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
{{- end -}}
1212
1313
{{- if not (semverCompare ">=3.10.0" $helmVersion) }}
14-
{{- fail (printf "This chart requires Helm client version 3.10.0 or higher. Found %s" $helmVersion) }}
14+
{{- printf "WARNING: This chart is intended for Helm client version 3.10.0 or higher. Found %s\n" $helmVersion | quote }}
1515
{{- end -}}
1616
{{- end -}}

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.8
18+
version: 3.3.9
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.5"
30+
version: "2.3.6"
3131
condition: wiz-broker.enabled
3232
- name: wiz-common
33-
version: "0.1.5"
33+
version: "0.1.6"
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)