File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,4 @@ version: 0.1.3
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
23
# It is recommended to use it with quotes.
24
- appVersion : " 0.5.4 "
24
+ appVersion : " 0.5.6 "
Original file line number Diff line number Diff line change 2
2
3
3
ClamAV Scanner Helm Chart
4
4
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.0 ] ( https://img.shields.io/badge/AppVersion-0.5.0 -informational?style=flat-square )
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.6 ] ( https://img.shields.io/badge/AppVersion-0.5.6 -informational?style=flat-square )
6
6
7
7
A Helm chart for deploying ClamAV Scanner to GKE cluster.
8
8
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export const project = 'my-project' // GCP project ID
3
3
export const region = 'europe-west1' // service location
4
4
export const image = {
5
5
repository : 'ghcr.io/ignite-analytics/clamav-scanner' ,
6
- tag : '0.5.4 '
6
+ tag : '0.5.6 '
7
7
}
8
8
export const schedule = {
9
9
cron : '37 */2 * * *' ,
You can’t perform that action at this time.
0 commit comments