Skip to content

Commit aedbef3

Browse files
artbinArtem Kulyabin
andauthored
Running check-linux-kernel init-container as deckhouse user (#52)
Signed-off-by: Artem Kulyabin <[email protected]> Co-authored-by: Artem Kulyabin <[email protected]>
1 parent 2c1c646 commit aedbef3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/helm_lib/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
22
type: library
33
name: deckhouse_lib_helm
4-
version: 1.18.0
4+
version: 1.19.0
55
description: "Helm utils template definitions for Deckhouse modules."

charts/helm_lib/templates/_module_init_container.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
{{- $semver_constraint := index . 1 -}} {{- /* Semver constraint */ -}}
4747
- name: check-linux-kernel
4848
image: {{ include "helm_lib_module_common_image" (list $context "checkKernelVersion") }}
49-
{{- include "helm_lib_module_container_security_context_read_only_root_filesystem" . | nindent 2 }}
49+
{{- include "helm_lib_module_pod_security_context_run_as_user_deckhouse" . | nindent 2 }}
5050
env:
5151
- name: KERNEL_CONSTRAINT
5252
value: {{ $semver_constraint | quote }}

0 commit comments

Comments
 (0)