We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a36fa13 + 1f61e8d commit 513ab49Copy full SHA for 513ab49
infrastructure/helm/Chart.yaml
@@ -21,4 +21,4 @@ version: 0.1.3
21
# incremented each time you make changes to the application. Versions are not expected to
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
# It is recommended to use it with quotes.
24
-appVersion: "0.5.0"
+appVersion: "0.5.4"
infrastructure/pulumi/globalConf.ts
@@ -3,7 +3,7 @@ export const project = 'my-project' // GCP project ID
3
export const region = 'europe-west1' // service location
4
export const image = {
5
repository: 'ghcr.io/ignite-analytics/clamav-scanner',
6
- tag: '0.5.0'
+ tag: '0.5.4'
7
}
8
export const schedule = {
9
cron: '37 */2 * * *',
0 commit comments