diff --git a/charts/unleash-edge/Chart.yaml b/charts/unleash-edge/Chart.yaml index 9dc1265..2e95004 100644 --- a/charts/unleash-edge/Chart.yaml +++ b/charts/unleash-edge/Chart.yaml @@ -4,7 +4,7 @@ name: unleash-edge description: A Helm chart for deploying Unleash Edge to kubernetes icon: https://docs.getunleash.io/img/logo.svg type: application -version: 2.2.2 +version: 2.2.3 appVersion: "v16.0.6" maintainers: diff --git a/charts/unleash-edge/values.yaml b/charts/unleash-edge/values.yaml index 33b0983..b08f9a7 100644 --- a/charts/unleash-edge/values.yaml +++ b/charts/unleash-edge/values.yaml @@ -45,12 +45,17 @@ service: nodePort: "" resources: - requests: - cpu: 100m - memory: 64Mi - limits: - cpu: 200m - memory: 64Mi + {} + # We usually recommend not to specify default resources and to leave this as a conscious + # choice for the user. This also increases chances charts run on environments with little + # resources, such as Minikube. If you do want to specify resources, uncomment the following + # lines, adjust them as necessary, and remove the curly braces after 'resources:'. + # requests: + # cpu: 100m + # memory: 64Mi + # limits: + # cpu: 200m + # memory: 64Mi ingress: enabled: false