diff --git a/charts/helm_lib/Chart.yaml b/charts/helm_lib/Chart.yaml index 34d1cad..850caf2 100644 --- a/charts/helm_lib/Chart.yaml +++ b/charts/helm_lib/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 type: library name: deckhouse_lib_helm -version: 1.70.0 +version: 1.70.1 description: "Helm utils template definitions for Deckhouse modules." diff --git a/charts/helm_lib/templates/_module_init_container.tpl b/charts/helm_lib/templates/_module_init_container.tpl index 998e889..8e91c54 100644 --- a/charts/helm_lib/templates/_module_init_container.tpl +++ b/charts/helm_lib/templates/_module_init_container.tpl @@ -93,7 +93,7 @@ requests: {{- include "helm_lib_module_ephemeral_storage_logs_with_extra" 10 | nindent 6 }} {{- if not ( $context.Values.global.enabledModules | has "vertical-pod-autoscaler") }} - cpu: 10m - memory: 10Mi + cpu: 10m + memory: 10Mi {{- end }} {{- end }} diff --git a/tests/tests/helm_lib_module_init_container_test.yaml b/tests/tests/helm_lib_module_init_container_test.yaml index e980afd..94fbb3f 100644 --- a/tests/tests/helm_lib_module_init_container_test.yaml +++ b/tests/tests/helm_lib_module_init_container_test.yaml @@ -137,9 +137,9 @@ tests: image: deckhouse.io/deckhouse/ce@sha256:iptables123 name: iptables-wrapper-init resources: - cpu: 10m - memory: 10Mi requests: + cpu: 10m + memory: 10Mi ephemeral-storage: 60Mi securityContext: allowPrivilegeEscalation: false