File tree 3 files changed +5
-2
lines changed
deployments/helm/KubeArmorOperator
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : v1.4.0
16
+ version : v1.4.2
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : v1.4.0
21
+ appVersion : v1.4.2
Original file line number Diff line number Diff line change 32
32
# initDeploy flag is only supported from v1.4.0
33
33
args :
34
34
- --initDeploy={{.Values.kubearmorOperator.initDeploy }}
35
+ - --loglevel={{.Values.kubearmorOperator.logLevel}}
35
36
{{- end }}
36
37
37
38
serviceAccountName : {{ .Values.kubearmorOperator.name }}
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ kubearmorOperator:
37
37
tag : " "
38
38
imagePullPolicy : IfNotPresent
39
39
initDeploy : true
40
+ logLevel : info
41
+
40
42
41
43
kubearmorConfig :
42
44
defaultCapabilitiesPosture : audit
You can’t perform that action at this time.
0 commit comments