Skip to content

Commit

Permalink
DEV-8237-disable_default_cost (#33)
Browse files Browse the repository at this point in the history
* cost agent disabled

* version bump

* change default value readme file
  • Loading branch information
dima-aronov-dev authored Feb 26, 2025
1 parent 6fc196b commit 070f6ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/streamsec-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.4
version: 1.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/streamsec-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Stream Security Agent Helm Chart
| streamsec.cost_containers.containers.cost.resources.limits.memory | string | `"2048Mi"` | |
| streamsec.cost_containers.containers.cost.resources.requests.cpu | string | `"800m"` | |
| streamsec.cost_containers.containers.cost.resources.requests.memory | string | `"1024Mi"` | |
| streamsec.cost_containers.enabled | bool | `true` | |
| streamsec.cost_containers.enabled | bool | `false` | |
| streamsec.cost_image.name | string | `"cluster-agent"` | Stream Security cost agent image name. |
| streamsec.cost_image.pullPolicy | string | `"IfNotPresent"` | Stream Security cost agent image pullPolicy |
| streamsec.cost_image.tag | string | `"cost_k8s_process.578"` | Stream Security cost agent tag to use. |
Expand Down
2 changes: 1 addition & 1 deletion charts/streamsec-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ streamsec:

cost_containers:
#streamsec.cost_containers.enabled
enabled: true
enabled: false
containers:
connector:
name: connector
Expand Down

0 comments on commit 070f6ac

Please sign in to comment.