From cf9704ff3e2ab904cd6e809ceb5c3aebe414849f Mon Sep 17 00:00:00 2001 From: Bezalel Brandwine Date: Thu, 14 Jul 2022 08:14:16 +0300 Subject: [PATCH 1/4] support in stubs for registry scan --- charts/armo-components/Chart.yaml | 4 ++-- charts/armo-components/values.yaml | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/armo-components/Chart.yaml b/charts/armo-components/Chart.yaml index fec2a6e..71470c9 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.13 +version: 1.7.14 # 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.13" +appVersion: "v1.7.14" maintainers: - name: Ben Hirschberg diff --git a/charts/armo-components/values.yaml b/charts/armo-components/values.yaml index a19a45a..a5c15e8 100644 --- a/charts/armo-components/values.yaml +++ b/charts/armo-components/values.yaml @@ -7,6 +7,7 @@ appLabel: armo-vuln-scanner registrySecretName: armoregcred loginSecretName: armo-login createKubescapeServiceAccount: true +accountGuid: 1e3a88bf-92ce-44f8-914e-cbe71830d566 # ARMO BE URLs @@ -217,7 +218,7 @@ armoWebsocket: image: # -- source code: https://github.com/armosec/k8s-ca-websocket (private repo) repository: quay.io/armosec/action-trigger - tag: v0.0.27 + tag: v0.0.34 pullPolicy: Always service: @@ -257,7 +258,7 @@ armoVulnScanner: image: # -- source code: https://github.com/armosec/ca-vuln-scan (private repo) repository: quay.io/armosec/images-vulnerabilities-scan - tag: v0.0.17 + tag: v0.0.18 pullPolicy: Always replicaCount: 1 From cd562333cf8dc4f1aa3fd5cc1f0469f3de0d0c88 Mon Sep 17 00:00:00 2001 From: Bezalel Brandwine Date: Sun, 17 Jul 2022 12:45:40 +0300 Subject: [PATCH 2/4] support in harnor and quay io 1st phase --- charts/armo-components/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/armo-components/values.yaml b/charts/armo-components/values.yaml index a5c15e8..b483381 100644 --- a/charts/armo-components/values.yaml +++ b/charts/armo-components/values.yaml @@ -218,7 +218,7 @@ armoWebsocket: image: # -- source code: https://github.com/armosec/k8s-ca-websocket (private repo) repository: quay.io/armosec/action-trigger - tag: v0.0.34 + tag: v0.0.35 pullPolicy: Always service: @@ -258,7 +258,7 @@ armoVulnScanner: image: # -- source code: https://github.com/armosec/ca-vuln-scan (private repo) repository: quay.io/armosec/images-vulnerabilities-scan - tag: v0.0.18 + tag: v0.0.19 pullPolicy: Always replicaCount: 1 From d16f01c18402c633ea636bc13c4c91a7d53b719b Mon Sep 17 00:00:00 2001 From: Bezalel Brandwine Date: Sun, 17 Jul 2022 16:21:36 +0300 Subject: [PATCH 3/4] remove GUID --- charts/armo-components/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/armo-components/values.yaml b/charts/armo-components/values.yaml index b483381..470bf85 100644 --- a/charts/armo-components/values.yaml +++ b/charts/armo-components/values.yaml @@ -7,7 +7,6 @@ appLabel: armo-vuln-scanner registrySecretName: armoregcred loginSecretName: armo-login createKubescapeServiceAccount: true -accountGuid: 1e3a88bf-92ce-44f8-914e-cbe71830d566 # ARMO BE URLs From 21d047c6a54f8256a2d206bcf06b06596bac4d39 Mon Sep 17 00:00:00 2001 From: Avraham Shalev <8184528+avrahams@users.noreply.github.com> Date: Sun, 17 Jul 2022 19:08:16 +0300 Subject: [PATCH 4/4] new websocker image --- charts/armo-components/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/armo-components/values.yaml b/charts/armo-components/values.yaml index 470bf85..8a1d0ba 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.35 + tag: v0.0.37 pullPolicy: Always service: