Skip to content

Commit d1b5753

Browse files
authored
Merge pull request #205 from ignite-analytics/chore/bump-version
2 parents 7bcb79f + 2192281 commit d1b5753

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.1
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.3.1"
24+
appVersion: "0.3.2"

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.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square)
5+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.2](https://img.shields.io/badge/AppVersion-0.3.2-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.3.1'
6+
tag: '0.3.2'
77
}
88
export const schedule = {
99
cron: '37 */2 * * *',

0 commit comments

Comments
 (0)