This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ type: application
2323# This is the chart version. This version number should be incremented each time you make changes
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
26- version : 6.4.3
26+ version : 6.5.0
2727
2828# This is the version number of the application being deployed. This version number should be
2929# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 1- {{- if .Values.security.networkPolicy.enable -}}
1+ {{- if .Values.security.networkPolicy.enabled -}}
22{{- if .Values.ingress.enabled -}}
33kind : NetworkPolicy
44apiVersion : networking.k8s.io/v1
Original file line number Diff line number Diff line change 1- {{- if .Values.security.networkPolicy.enable -}}
1+ {{- if .Values.security.networkPolicy.enabled -}}
22kind : NetworkPolicy
33apiVersion : networking.k8s.io/v1
44metadata :
Original file line number Diff line number Diff line change 195195 "type" : " object" ,
196196 "description" : " Define access policy to the service" ,
197197 "properties" : {
198- "enable " : {
198+ "enabled " : {
199199 "type" : " boolean" ,
200200 "title" : " Enable network policy" ,
201201 "description" : " Only pod from the same namespace will be allowed" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ service:
1111security :
1212 password : " changeme"
1313 networkPolicy :
14- enable : false
14+ enabled : false
1515 from :
1616 - ipBlock :
1717 cidr : 10.233.103.0/32
You can’t perform that action at this time.
0 commit comments