diff --git a/README.md b/README.md index 250f462..dce5eae 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ARMO cluster components ARMO Vulnerability Scanning -![Version: 1.7.9](https://img.shields.io/badge/Version-1.7.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.9](https://img.shields.io/badge/AppVersion-v1.7.9-informational?style=flat-square) +![Version: 1.7.10](https://img.shields.io/badge/Version-1.7.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.10](https://img.shields.io/badge/AppVersion-v1.7.10-informational?style=flat-square) ## [Docs](https://hub.armo.cloud/docs/installation-of-armo-in-cluster) diff --git a/charts/armo-components/Chart.yaml b/charts/armo-components/Chart.yaml index 05c0535..8722e1b 100644 --- a/charts/armo-components/Chart.yaml +++ b/charts/armo-components/Chart.yaml @@ -8,13 +8,13 @@ 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: 1.7.9 +version: 1.7.10 # 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: "v1.7.9" +appVersion: "v1.7.10" maintainers: - name: Ben Hirschberg diff --git a/charts/armo-components/templates/armo-vuln-scanner-deployment.yaml b/charts/armo-components/templates/armo-vuln-scanner-deployment.yaml index 6e2eadd..87e2c61 100644 --- a/charts/armo-components/templates/armo-vuln-scanner-deployment.yaml +++ b/charts/armo-components/templates/armo-vuln-scanner-deployment.yaml @@ -56,6 +56,8 @@ spec: value: "" - name: EVENT_RECEIVER_URL value: "{{ .Values.k8sReportUrl }}" + - name: PRINT_POST_JSON + value: "{{ .Values.armoVulnScanner.verbose }}" - name: CA_EVENT_RECEIVER_HTTP {{- if eq .Values.environment "dev" }} value: "{{ .Values.devEventReceiverHttpUrl }}" diff --git a/charts/armo-components/values.yaml b/charts/armo-components/values.yaml index 02884e3..990144f 100644 --- a/charts/armo-components/values.yaml +++ b/charts/armo-components/values.yaml @@ -245,6 +245,9 @@ armoWebsocket: # image vulnerability scanning microservice armoVulnScanner: + # -- for enable:"", for disable:"": the print of json posted to the backend from the vuln scanner + verbose: "" + # -- enable/disable image vulnerability scanning enabled: true @@ -254,7 +257,7 @@ armoVulnScanner: image: # -- source code: https://github.com/armosec/ca-vuln-scan (private repo) repository: quay.io/armosec/images-vulnerabilities-scan - tag: v0.0.12 + tag: v0.0.14 pullPolicy: Always replicaCount: 1