From a7b42f70b9fb447fd39863f8c7ec8a4ac6efc9bf Mon Sep 17 00:00:00 2001 From: Paulo Sousa Date: Wed, 24 Jul 2024 10:54:59 -0300 Subject: [PATCH] sysctl: add priorityClass and bump --- charts/sysctl/Chart.yaml | 2 +- charts/sysctl/templates/daemonset.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/sysctl/Chart.yaml b/charts/sysctl/Chart.yaml index b968905..0e2ead9 100644 --- a/charts/sysctl/Chart.yaml +++ b/charts/sysctl/Chart.yaml @@ -15,4 +15,4 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.6 diff --git a/charts/sysctl/templates/daemonset.yaml b/charts/sysctl/templates/daemonset.yaml index 7d82f2d..e0224f7 100644 --- a/charts/sysctl/templates/daemonset.yaml +++ b/charts/sysctl/templates/daemonset.yaml @@ -29,6 +29,7 @@ spec: serviceAccountName: {{ include "sysctl.serviceAccountName" . }} securityContext: {{- toYaml .Values.podSecurityContext | nindent 8 }} + priorityClassName: system-node-critical containers: - name: {{ .Chart.Name }} securityContext: