Skip to content

Commit

Permalink
Merge pull request #280 from kubescape/relevancy-config
Browse files Browse the repository at this point in the history
fix relevancy config
  • Loading branch information
David Wertenteil authored Sep 10, 2023
2 parents f99c8ee + da0a7b8 commit 01d88d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.15.1
version: 1.15.2

# 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.15.1
appVersion: 1.15.2

maintainers:
- name: Ben Hirschberg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data:
"accountID": "{{ .Values.account }}",
"clusterName": "{{ regexReplaceAll "\\W+" .Values.clusterName "-" }}",
"storage": {{ $components.storage.enabled }},
"relevantImageVulnerabilitiesEnabled": {{ $components.kubevuln.enabled }},
"relevantImageVulnerabilitiesEnabled": {{ eq .Values.capabilities.relevancy "enable" }},
"namespace": "{{ .Values.ksNamespace }}",
"imageVulnerabilitiesScanningEnabled": {{ $components.kubevuln.enabled }},
"postureScanEnabled": {{ $components.kubescape.enabled }},
Expand Down

0 comments on commit 01d88d5

Please sign in to comment.