Skip to content

Commit

Permalink
Suggestion: Update the default resourcePreset to medium (#435)
Browse files Browse the repository at this point in the history
* Updated the default resourcePreset to medium

* bumped version
  • Loading branch information
nvanlaerebeke authored Dec 9, 2024
1 parent 7281991 commit 390c26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta.158
version: 5.0.0-beta.159
appVersion: "v4.1.7"
type: application
kubeVersion: ^1.25.0-0
Expand Down
2 changes: 1 addition & 1 deletion charts/netbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ topologySpreadConstraints: []
## This is ignored if resources is set (resources is recommended for production).
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
##
resourcesPreset: "small"
resourcesPreset: "medium"
## Containers' resource requests and limits
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
## @param resources.limits The resources limits for the container
Expand Down

0 comments on commit 390c26f

Please sign in to comment.