Skip to content

Commit 513ab49

Browse files
authored
Merge pull request #236 from ignite-analytics/chore/update-version-infra
chore: bump new version
2 parents a36fa13 + 1f61e8d commit 513ab49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.3
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.5.0"
24+
appVersion: "0.5.4"

infrastructure/pulumi/globalConf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const project = 'my-project' // GCP project ID
33
export const region = 'europe-west1' // service location
44
export const image = {
55
repository: 'ghcr.io/ignite-analytics/clamav-scanner',
6-
tag: '0.5.0'
6+
tag: '0.5.4'
77
}
88
export const schedule = {
99
cron: '37 */2 * * *',

0 commit comments

Comments
 (0)