Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/helm_lib/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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."
4 changes: 2 additions & 2 deletions charts/helm_lib/templates/_module_init_container.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions tests/tests/helm_lib_module_init_container_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down