diff --git a/chart/templates/gatekeeper/values.yaml b/chart/templates/gatekeeper/values.yaml index 197f5d9f9bac7051d60e4d2060d0db2ebb079966..808181653df0fe477d2d3b0f49d4941f732bf7e8 100644 --- a/chart/templates/gatekeeper/values.yaml +++ b/chart/templates/gatekeeper/values.yaml @@ -101,7 +101,7 @@ violations: # Try to keep this in alpha order to make it easier to find keys {{- end }} {{- end }} - {{- if or .Values.fluentbit.enabled .Values.twistlock.enabled }} + {{- if or .Values.fluentbit.enabled .Values.twistlock.enabled .Values.promtail.enabled }} selinuxPolicy: parameters: excludedResources: @@ -113,6 +113,10 @@ violations: # Try to keep this in alpha order to make it easier to find keys # Twistlock Defenders need selinux option type spc_t - twistlock/twistlock-defender {{- end }} + {{- if .Values.promtail.enabled }} + # Promtail needs selinux option type spc_t + - logging/promtail + {{- end }} {{- end }} {{- if or .Values.fluentbit.enabled .Values.twistlock.enabled .Values.monitoring.enabled .Values.promtail.enabled }} diff --git a/chart/values.yaml b/chart/values.yaml index 5eea85f0e121f78aa7ea48b0e34e4acd66579609..cb02d424ab7db0fd6cd3ab7013145200b860a523 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -428,7 +428,7 @@ promtail: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/promtail.git path: "./chart" - tag: "3.8.1-bb.1" + tag: "3.8.1-bb.2" # -- Flux reconciliation overrides specifically for the Promtail Package flux: {}