diff --git a/README.md b/README.md index dce5eae..3270cad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ARMO cluster components ARMO Vulnerability Scanning -![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) +![Version: 1.7.12](https://img.shields.io/badge/Version-1.7.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.7.12](https://img.shields.io/badge/AppVersion-v1.7.12-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 8722e1b..e798484 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.10 +version: 1.7.12 # 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.10" +appVersion: "v1.7.12" maintainers: - name: Ben Hirschberg diff --git a/charts/armo-components/values.yaml b/charts/armo-components/values.yaml index 990144f..c17cd7b 100644 --- a/charts/armo-components/values.yaml +++ b/charts/armo-components/values.yaml @@ -217,7 +217,7 @@ armoWebsocket: image: # -- source code: https://github.com/armosec/k8s-ca-websocket (private repo) repository: quay.io/armosec/action-trigger - tag: v0.0.16 + tag: v0.0.25 pullPolicy: Always service: @@ -257,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.14 + tag: v0.0.17 pullPolicy: Always replicaCount: 1 @@ -305,7 +305,7 @@ armoCollector: image: # -- source code: https://github.com/armosec/k8s-armo-collector (private repo) repository: quay.io/armosec/cluster-collector - tag: v0.0.12 + tag: v0.0.14 pullPolicy: Always replicaCount: 1 @@ -357,7 +357,7 @@ armoNotificationService: image: # -- source code: https://github.com/armosec/capostman (private repo) repository: quay.io/armosec/notification-server - tag: v0.0.4 + tag: v0.0.5 pullPolicy: Always replicaCount: 1