From aaaec29f975e0bb7c6b847048748b2a611736186 Mon Sep 17 00:00:00 2001 From: Catarina Paralta <46568597+paralta@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:07:48 +0000 Subject: [PATCH] fix(deps): use ghcr.io/openclarity/freshclam-mirror:v0.2.0 everywhere --- installation/aws/VmClarity.cfn | 2 +- installation/azure/vmclarity.bicep | 2 +- installation/azure/vmclarity.json | 8 ++++---- installation/azure/vmclarityDeployModule.bicep | 2 +- installation/gcp/dm/components/vmclarity-server.py.schema | 2 +- installation/gcp/dm/vmclarity.py.schema | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/installation/aws/VmClarity.cfn b/installation/aws/VmClarity.cfn index d5d34732e..f12b9bf3b 100644 --- a/installation/aws/VmClarity.cfn +++ b/installation/aws/VmClarity.cfn @@ -1116,7 +1116,7 @@ Parameters: FreshclamMirrorContainerImageOverride: Description: > Name of the container image used for the freshclam mirror server. - "ghcr.io/openclarity/freshclam-mirror:v0.1.0" will be used if not overridden. + "ghcr.io/openclarity/freshclam-mirror:v0.2.0" will be used if not overridden. Type: String Default: '' TrivyServerContainerImageOverride: diff --git a/installation/azure/vmclarity.bicep b/installation/azure/vmclarity.bicep index e3c8e1f14..d47ab0873 100644 --- a/installation/azure/vmclarity.bicep +++ b/installation/azure/vmclarity.bicep @@ -48,7 +48,7 @@ param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7. param exploitDBContainerImage string = 'ghcr.io/openclarity/exploit-db-server:v0.2.4' @description ('Freshclam Mirror Container Image') -param freshclamMirrorContainerImage string = 'ghcr.io/openclarity/freshclam-mirror:v0.1.0' +param freshclamMirrorContainerImage string = 'ghcr.io/openclarity/freshclam-mirror:v0.2.0' @description('Postgres Container Image') param postgresContainerImage string = 'docker.io/bitnami/postgresql:12.14.0-debian-11-r28' diff --git a/installation/azure/vmclarity.json b/installation/azure/vmclarity.json index c102b8f28..f9d1a2c2b 100644 --- a/installation/azure/vmclarity.json +++ b/installation/azure/vmclarity.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.22.6.54827", - "templateHash": "14936465456236726619" + "templateHash": "6666359786389022611" } }, "parameters": { @@ -111,7 +111,7 @@ }, "freshclamMirrorContainerImage": { "type": "string", - "defaultValue": "ghcr.io/openclarity/freshclam-mirror:v0.1.0", + "defaultValue": "ghcr.io/openclarity/freshclam-mirror:v0.2.0", "metadata": { "description": "Freshclam Mirror Container Image" } @@ -556,7 +556,7 @@ "_generator": { "name": "bicep", "version": "0.22.6.54827", - "templateHash": "10329606438156253093" + "templateHash": "3943393218176584848" } }, "parameters": { @@ -681,7 +681,7 @@ }, "freshclamMirrorContainerImage": { "type": "string", - "defaultValue": "ghcr.io/openclarity/freshclam-mirror:v0.1.0", + "defaultValue": "ghcr.io/openclarity/freshclam-mirror:v0.2.0", "metadata": { "description": "Freshclam Mirror Container Image" } diff --git a/installation/azure/vmclarityDeployModule.bicep b/installation/azure/vmclarityDeployModule.bicep index 84ce149b8..fce102099 100644 --- a/installation/azure/vmclarityDeployModule.bicep +++ b/installation/azure/vmclarityDeployModule.bicep @@ -55,7 +55,7 @@ param grypeServerContainerImage string = 'ghcr.io/openclarity/grype-server:v0.7. param exploitDBContainerImage string = 'ghcr.io/openclarity/exploit-db-server:v0.2.4' @description ('Freshclam Mirror Container Image') -param freshclamMirrorContainerImage string = 'ghcr.io/openclarity/freshclam-mirror:v0.1.0' +param freshclamMirrorContainerImage string = 'ghcr.io/openclarity/freshclam-mirror:v0.2.0' @description ('Yara Rule Server Container Image') param yaraRuleServerContainerImage string = 'ghcr.io/openclarity/yara-rule-server:v0.1.0' diff --git a/installation/gcp/dm/components/vmclarity-server.py.schema b/installation/gcp/dm/components/vmclarity-server.py.schema index 1d39fd22e..a9061bbb2 100644 --- a/installation/gcp/dm/components/vmclarity-server.py.schema +++ b/installation/gcp/dm/components/vmclarity-server.py.schema @@ -85,7 +85,7 @@ properties: description: The container image to use for the grype server freshclamMirrorContainerImage: type: string - default: ghcr.io/openclarity/freshclam-mirror:v0.1.0 + default: ghcr.io/openclarity/freshclam-mirror:v0.2.0 description: The container image to use for the fresh clam mirror server yaraRuleServerContainerImage: type: string diff --git a/installation/gcp/dm/vmclarity.py.schema b/installation/gcp/dm/vmclarity.py.schema index 8c8f242af..05348f148 100644 --- a/installation/gcp/dm/vmclarity.py.schema +++ b/installation/gcp/dm/vmclarity.py.schema @@ -77,7 +77,7 @@ properties: description: The container image to use for the grype server freshclamMirrorContainerImage: type: string - default: ghcr.io/openclarity/freshclam-mirror:v0.1.0 + default: ghcr.io/openclarity/freshclam-mirror:v0.2.0 description: The container image to use for the fresh clam mirror server postgresqlContainerImage: type: string