Skip to content

Commit

Permalink
increase static-sbom resources (#70)
Browse files Browse the repository at this point in the history
* increase static-sbom resources

* [AUTO GITHUB] Bump chart versions

---------

Co-authored-by: dvdlevanon-miggo <[email protected]>
  • Loading branch information
dvdlevanon-miggo and dvdlevanon-miggo authored Dec 17, 2024
1 parent 129975a commit 14c6e60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-integration/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-integration
description: A Helm chart for miggo's k8s-integration
type: application
version: 0.0.17
version: 0.0.18
appVersion: "0.0.1"
dependencies:
- name: k8s-read
Expand Down
2 changes: 1 addition & 1 deletion charts/static-sbom/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: static-sbom
description: A Helm chart for miggo's static-sbom
type: application
version: 0.0.17
version: 0.0.18
appVersion: "0.0.1"
dependencies:
- name: common
Expand Down
8 changes: 4 additions & 4 deletions charts/static-sbom/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ securityContext: {}

resources:
limits:
cpu: 2000m
memory: 2Gi
cpu: 3000m
memory: 4Gi
requests:
cpu: 500m
memory: 500Mi
cpu: 1000m
memory: 2Gi

healthcheck:
port: 6666
Expand Down

0 comments on commit 14c6e60

Please sign in to comment.