Skip to content

Commit b0146ca

Browse files
authored
Merge pull request #309 from ignite-analytics/chore/update-version-infra
chore: release new version
2 parents f0e88d4 + 88d0954 commit b0146ca

File tree

4 files changed

+175
-107
lines changed

4 files changed

+175
-107
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.4
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.12'
24+
appVersion: '0.5.13'

infrastructure/helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ClamAV Scanner Helm Chart
44

5-
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.12](https://img.shields.io/badge/AppVersion-0.5.12-informational?style=flat-square)
5+
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.13](https://img.shields.io/badge/AppVersion-0.5.13-informational?style=flat-square)
66

77
A Helm chart for deploying ClamAV Scanner to GKE cluster.
88

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.12'
6+
tag: '0.5.13'
77
}
88
export const schedule = {
99
cron: '37 */2 * * *',

0 commit comments

Comments
 (0)