Skip to content

Commit

Permalink
Updated kubevuln ephemeral limits (#8)
Browse files Browse the repository at this point in the history
* feat: reduce requests for ephemeral storage

* Update chart version

Co-authored-by: Vlad Klokun <[email protected]>
  • Loading branch information
David Wertenteil and vladklokun authored Sep 15, 2022
1 parent ca781c2 commit 451bbc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubescape Operator

![Version: 1.8.0](https://img.shields.io/badge/Version-1.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.0](https://img.shields.io/badge/AppVersion-v1.8.0-informational?style=flat-square)
![Version: 1.8.1](https://img.shields.io/badge/Version-1.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square)

## [Docs](https://hub.armosec.io/docs/installation-of-armo-in-cluster)

Expand Down
4 changes: 2 additions & 2 deletions charts/kubescape-cloud-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ 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.8.0
version: 1.8.1

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v1.8.0"
appVersion: "v1.8.1"

maintainers:
- name: Ben Hirschberg
Expand Down
3 changes: 1 addition & 2 deletions charts/kubescape-cloud-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,10 @@ kubevuln:
# Consider to increase ephemeral-storage requests in order to avoid pod eviction due to huge images
# More details: https://hub.armosec.io/docs/limitations
# https://github.com/kubescape/kubescape/issues/389
ephemeral-storage: 20Gi
ephemeral-storage: 5Gi
limits:
cpu: 1500m
memory: 5000Mi
ephemeral-storage: 50Gi

env:
- name: CA_MAX_VULN_SCAN_ROUTINES # TODO update the kubevuln
Expand Down

0 comments on commit 451bbc8

Please sign in to comment.