Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): use ghcr.io/openclarity/freshclam-mirror:v0.2.0 #908

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion installation/aws/VmClarity.cfn
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion installation/azure/vmclarity.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions installation/azure/vmclarity.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.22.6.54827",
"templateHash": "14936465456236726619"
"templateHash": "6666359786389022611"
}
},
"parameters": {
Expand Down Expand Up @@ -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"
}
Expand Down Expand Up @@ -556,7 +556,7 @@
"_generator": {
"name": "bicep",
"version": "0.22.6.54827",
"templateHash": "10329606438156253093"
"templateHash": "3943393218176584848"
}
},
"parameters": {
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion installation/azure/vmclarityDeployModule.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installation/gcp/dm/vmclarity.py.schema
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down