File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
1818dependencies :
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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ description: Wiz Broker for tunneling http traffic to Wiz backend
44
55type : application
66
7- version : 2.3.5
7+ version : 2.3.6
88appVersion : " 2.7"
99
1010dependencies :
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
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
22name : wiz-common
33description : Common library chart for shared templates
44type : library
5- version : 0.1.5
5+ version : 0.1.6
Original file line number Diff line number Diff line change 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 -}}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments