From 390c26f58c7f4be98041623e0863455992e3ce90 Mon Sep 17 00:00:00 2001 From: Nico Van Laerebeke Date: Mon, 9 Dec 2024 20:46:22 +0100 Subject: [PATCH] Suggestion: Update the default resourcePreset to medium (#435) * Updated the default resourcePreset to medium * bumped version --- charts/netbox/Chart.yaml | 2 +- charts/netbox/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index d9732103..42243d84 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -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 diff --git a/charts/netbox/values.yaml b/charts/netbox/values.yaml index 7e18f43f..b60fc66a 100644 --- a/charts/netbox/values.yaml +++ b/charts/netbox/values.yaml @@ -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