Skip to content

Commit 070f6ac

Browse files
DEV-8237-disable_default_cost (#33)
* cost agent disabled * version bump * change default value readme file
1 parent 6fc196b commit 070f6ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/streamsec-agent/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 1.1.4
19+
version: 1.1.5
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

charts/streamsec-agent/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Stream Security Agent Helm Chart
6767
| streamsec.cost_containers.containers.cost.resources.limits.memory | string | `"2048Mi"` | |
6868
| streamsec.cost_containers.containers.cost.resources.requests.cpu | string | `"800m"` | |
6969
| streamsec.cost_containers.containers.cost.resources.requests.memory | string | `"1024Mi"` | |
70-
| streamsec.cost_containers.enabled | bool | `true` | |
70+
| streamsec.cost_containers.enabled | bool | `false` | |
7171
| streamsec.cost_image.name | string | `"cluster-agent"` | Stream Security cost agent image name. |
7272
| streamsec.cost_image.pullPolicy | string | `"IfNotPresent"` | Stream Security cost agent image pullPolicy |
7373
| streamsec.cost_image.tag | string | `"cost_k8s_process.578"` | Stream Security cost agent tag to use. |

charts/streamsec-agent/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ streamsec:
114114

115115
cost_containers:
116116
#streamsec.cost_containers.enabled
117-
enabled: true
117+
enabled: false
118118
containers:
119119
connector:
120120
name: connector

0 commit comments

Comments
 (0)