Skip to content

Commit 0841931

Browse files
authored
Merge pull request #261 from ignite-analytics/chore/update-version-infra
chore: update app version
2 parents 29368d1 + 56b6511 commit 0841931

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

infrastructure/helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.3
18+
version: 0.1.4
1919

2020
# This is the version number of the application being deployed. This version number should be
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.7"
24+
appVersion: "0.5.8"

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

0 commit comments

Comments
 (0)