Skip to content

Commit

Permalink
Update values.yaml for resource configuration adjustments (#423)
Browse files Browse the repository at this point in the history
* Update values.yaml for resource configuration adjustments
* Bump chart version to 3.2.1 for values.yaml updates

---------

authored-by: Josh Sopuru <[email protected]>
  • Loading branch information
Sopuru authored Dec 5, 2024
1 parent e4b66d5 commit f62f079
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "3.2.0"
version: "3.2.1"
appVersion: "5.12.0"
kubeVersion: 1.23.x - 1.31.x || 1.23.x-x - 1.31.x-x
description: |
Expand Down
60 changes: 30 additions & 30 deletions stable/enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -801,10 +801,10 @@ analyzer:
##
resources: {}
# requests:
# cpu: 1000m
# memory: 8000Mi
# cpu: 1
# memory: 8G
# limits:
# memory: 8000Mi
# memory: 8G

## @param analyzer.labels Labels for Anchore Analyzer pods
##
Expand Down Expand Up @@ -876,10 +876,10 @@ api:
##
resources: {}
# requests:
# cpu: 500m
# memory: 1000Mi
# cpu: 1
# memory: 4G
# limits:
# memory: 1000Mi
# memory: 4G

## @param api.labels Labels for Anchore API pods
##
Expand Down Expand Up @@ -946,10 +946,10 @@ catalog:
##
resources: {}
# requests:
# cpu: 1000m
# memory: 8000Mi
# cpu: 2
# memory: 8G
# limits:
# memory: 8000Mi
# memory: 8G

## @param catalog.labels Labels for Anchore Catalog pods
##
Expand Down Expand Up @@ -1021,10 +1021,10 @@ dataSyncer:
##
resources: {}
# requests:
# cpu: 1000m
# memory: 8000Mi
# cpu: 1
# memory: 8G
# limits:
# memory: 8000Mi
# memory: 8G

## @param dataSyncer.labels Labels for Anchore DataSyncer pods
##
Expand Down Expand Up @@ -1096,10 +1096,10 @@ notifications:
##
resources: {}
# requests:
# cpu: 100m
# memory: 500Mi
# cpu: 1
# memory: 8G
# limits:
# memory: 500Mi
# memory: 8G

## @param notifications.labels Labels for Anchore Notifications pods
##
Expand Down Expand Up @@ -1166,10 +1166,10 @@ policyEngine:
##
resources: {}
# requests:
# cpu: 2000m
# memory: 8000Mi
# cpu: 2
# memory: 8G
# limits:
# memory: 8000Mi
# memory: 8G

## @param policyEngine.labels Labels for Anchore Policy Engine pods
##
Expand Down Expand Up @@ -1243,10 +1243,10 @@ reports:
##
resources: {}
# requests:
# memory: 2000Mi
# cpu: 2000m
# memory: 8G
# cpu: 1
# limits:
# memory: 2000Mi
# memory: 8G

## @param reports.labels Labels for Anchore Reports pods
##
Expand Down Expand Up @@ -1328,10 +1328,10 @@ reportsWorker:
##
resources: {}
# requests:
# memory: 1000Mi
# cpu: 2000m
# memory: 8G
# cpu: 2
# limits:
# memory: 1000Mi
# memory: 8G

## @param reportsWorker.labels Labels for Anchore Reports Worker pods
##
Expand Down Expand Up @@ -1398,10 +1398,10 @@ simpleQueue:
##
resources: {}
# requests:
# cpu: 250m
# memory: 1000Mi
# cpu: 1
# memory: 8G
# limits:
# memory: 1000Mi
# memory: 8G

## @param simpleQueue.labels Labels for Anchore Simple Queue pods
##
Expand Down Expand Up @@ -1488,10 +1488,10 @@ ui:
##
resources: {}
# requests:
# cpu: 100m
# memory: 5000Mi
# cpu: 1
# memory: 4G
# limits:
# memory: 5000Mi
# memory: 4G

## @param ui.labels Labels for Anchore UI pods
##
Expand Down

0 comments on commit f62f079

Please sign in to comment.