Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Bertschy <[email protected]>
  • Loading branch information
matthyx committed Nov 12, 2024
1 parent a36506e commit f8699a5
Show file tree
Hide file tree
Showing 4 changed files with 795 additions and 787 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.22.6
version: 1.22.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: 1.22.6
appVersion: 1.22.7

maintainers:
- name: Ben Hirschberg
Expand Down
12 changes: 10 additions & 2 deletions charts/kubescape-operator/templates/_common.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,15 @@ kubevuln:
kubevulnScheduler:
enabled: {{ and $configurations.submit (eq .Values.capabilities.vulnerabilityScan "enable") }}
nodeAgent:
enabled: {{ or (eq .Values.capabilities.relevancy "enable") (eq .Values.capabilities.runtimeObservability "enable") (eq .Values.capabilities.networkPolicyService "enable") }}
enabled: {{ or
(eq .Values.capabilities.relevancy "enable")
(eq .Values.capabilities.runtimeObservability "enable")
(eq .Values.capabilities.networkPolicyService "enable")
(eq .Values.capabilities.runtimeDetection "enable")
(eq .Values.capabilities.malwareDetection "enable")
(eq .Values.capabilities.nodeProfileService "enable")
(eq .Values.capabilities.seccompProfileService "enable")
}}
operator:
enabled: true
otelCollector:
Expand All @@ -74,7 +82,7 @@ cloudSecret:
create: {{ $configurations.createCloudSecret }}
name: {{ if $configurations.createCloudSecret }}"cloud-secret"{{ else }}{{ .Values.credentials.cloudSecret }}{{ end }}
synchronizer:
enabled: {{ or (and $configurations.submit (eq .Values.capabilities.networkPolicyService "enable")) (and $configurations.submit (eq .Values.capabilities.runtimeObservability "enable")) }}
enabled: {{ $configurations.submit }}
clamAV:
enabled: {{ eq .Values.capabilities.malwareDetection "enable" }}
customCaCertificates:
Expand Down
Loading

0 comments on commit f8699a5

Please sign in to comment.