Commit 070f6ac 1 parent 6fc196b commit 070f6ac Copy full SHA for 070f6ac
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 1.1.4
19
+ version : 1.1.5
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Stream Security Agent Helm Chart
67
67
| streamsec.cost_containers.containers.cost.resources.limits.memory | string | `"2048Mi"` | |
68
68
| streamsec.cost_containers.containers.cost.resources.requests.cpu | string | `"800m"` | |
69
69
| streamsec.cost_containers.containers.cost.resources.requests.memory | string | `"1024Mi"` | |
70
- | streamsec.cost_containers.enabled | bool | `true ` | |
70
+ | streamsec.cost_containers.enabled | bool | `false ` | |
71
71
| streamsec.cost_image.name | string | `"cluster-agent"` | Stream Security cost agent image name. |
72
72
| streamsec.cost_image.pullPolicy | string | `"IfNotPresent"` | Stream Security cost agent image pullPolicy |
73
73
| streamsec.cost_image.tag | string | `"cost_k8s_process.578"` | Stream Security cost agent tag to use. |
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ streamsec:
114
114
115
115
cost_containers :
116
116
# streamsec.cost_containers.enabled
117
- enabled : true
117
+ enabled : false
118
118
containers :
119
119
connector :
120
120
name : connector
You can’t perform that action at this time.
0 commit comments